Add a mini map

This commit is contained in:
a-bad-dev 2026-01-15 23:07:35 -04:00
commit 16cdefe3be
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,22 @@
local map_data = {
name = "mini-map",
size_x = 8,
size_y = 19,
size_z = 8,
barrier_level = 15,
spawn_x = nil,
spawn_y = nil,
spawn_z = nil,
start_time = 15,
scripts = {
on_start = "",
on_barrier_remove = "",
on_end = ""
}
}
return map_data

Binary file not shown.