mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-27 03:53:33 +00:00
moved resource deposits on the river map bugfix for not rendering the minimap after opening the console
10 lines
203 B
Lua
10 lines
203 B
Lua
game = {cpuPlayers = {}}
|
|
GameObjectFrameStatus = {
|
|
PLACEABLE = 0,
|
|
BLOCKED_BY_FOG_OF_WAR = 1,
|
|
BLOCKED_BY_UNIT = 2,
|
|
BLOCKED_BY_MAP_BOUNDS = 3,
|
|
BLOCKED_BY_DIFF_TERR = 4,
|
|
BLOCKED_BY_BUMPY_TERR = 5
|
|
};
|