mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-26 22:14:37 +00:00
add terrain to map
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {Cell} from './Game';
|
||||
import binAsString from "!!binary-loader!../../resources/World.bin";
|
||||
import binAsString from "!!binary-loader!../../resources/TopoWorldMap.bin";
|
||||
|
||||
export class TerrainMap {
|
||||
constructor(public readonly tiles: Terrain[][]) { }
|
||||
|
||||
Reference in New Issue
Block a user