mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-27 03:53:33 +00:00
28 lines
443 B
Lua
28 lines
443 B
Lua
map = {
|
|
numWaterBodies = 1,
|
|
impassibleNodeValue = 65535,
|
|
numPlayers = 1,
|
|
numSpawnPoints = 1,
|
|
spawnPoints = {
|
|
{x = 0.000000, y = 0.000000, z = 0.000000},
|
|
},
|
|
players = {
|
|
spawnPoint = 0,
|
|
numUnits = 0,
|
|
},
|
|
skybox = "Skybox1",
|
|
terrain = {albedoMap = ".jpg",
|
|
size = {x = 0.000000, y = 0.000000, z = 0.000000},
|
|
nodes = {
|
|
numCells = 0,
|
|
size = {x = 14.000000, y = 7.000000, z = 14.000000},
|
|
pos = {
|
|
}
|
|
impassible = {
|
|
}
|
|
weights = {
|
|
}
|
|
}
|
|
}
|
|
waterbodies = {}
|
|
} |