Add the street background.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-03-01 10:48:02 +01:00
parent 6a3ef5d81e
commit e9ac5c757e
4 changed files with 12 additions and 2 deletions

9
inc/map/map.office.lua Normal file
View File

@@ -0,0 +1,9 @@
Map.register({
id = "office",
from_x = 60,
from_y = 0,
width = 30,
height = 17,
to_x = 0,
to_y = 0,
})