diff options
Diffstat (limited to 'maps/rill.lua')
-rw-r--r-- | maps/rill.lua | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/maps/rill.lua b/maps/rill.lua index 4d2698a..59c34ca 100644 --- a/maps/rill.lua +++ b/maps/rill.lua @@ -1,10 +1,11 @@ return { -- CENTER AND SIZE name = "rill", + theme = "rill.ogg", center_x = 0, - center_y = 80, - width = 320, - height = 240, + center_y = 65, + width = 400, + height = 260, -- RESPAWN POINTS respawns = { {x = -135, y = 10}, |