mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-08 20:12:11 +00:00
Add new map forest-2
This commit is contained in:
parent
f6074ec9f0
commit
e97de48d7d
2 changed files with 14 additions and 0 deletions
14
mods/game/maps/maps/forest-2/map.lua
Normal file
14
mods/game/maps/maps/forest-2/map.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
local map_data = {
|
||||
name = "forest-2",
|
||||
size_x = 189,
|
||||
size_y = 71,
|
||||
size_z = 102,
|
||||
|
||||
barrier_level = 67, -- <- Y level of the barrier
|
||||
|
||||
spawn_x = nil,
|
||||
spawn_y = nil,
|
||||
spawn_z = nil
|
||||
}
|
||||
|
||||
return map_data
|
||||
BIN
mods/game/maps/maps/forest-2/map.mts
Normal file
BIN
mods/game/maps/maps/forest-2/map.mts
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue