Files
PlanetFleet/Assets/Scripts/Core/main.lua
devZoGok 157ffeab7c bugfix for not garrisonning transport ships
moved resource deposits on the river map
bugfix for not rendering the minimap after opening the console
2026-05-14 20:26:44 +03:00

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
};