mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-08 20:12:11 +00:00
Add structures to forest-3
This commit is contained in:
parent
24c18f9acf
commit
4d5907f3f7
2 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
local map_data = {
|
||||
name = "forest-3",
|
||||
size_x = 537,
|
||||
size_y = 142,
|
||||
size_y = 117,
|
||||
size_z = 244,
|
||||
|
||||
barrier_level = 138, -- <- Y level of the barrier
|
||||
barrier_level = 113, -- <- Y level of the barrier
|
||||
|
||||
spawn_x = nil,
|
||||
spawn_y = nil,
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue