aboutsummaryrefslogtreecommitdiff
path: root/client/menu/menu_background.gd
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-27 15:06:25 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-27 15:06:32 +0200
commitefb1bdf2440b02438082c91caf67d3a9b7b5d55d (patch)
tree274c5effaef44486627a268fa7cdfb630d09622e /client/menu/menu_background.gd
parent70b463b5d11d4dbcef9631776bc69a00c30e7aee (diff)
downloadhurrycurry-efb1bdf2440b02438082c91caf67d3a9b7b5d55d.tar
hurrycurry-efb1bdf2440b02438082c91caf67d3a9b7b5d55d.tar.bz2
hurrycurry-efb1bdf2440b02438082c91caf67d3a9b7b5d55d.tar.zst
disable floor optimization in menu background
Diffstat (limited to 'client/menu/menu_background.gd')
-rw-r--r--client/menu/menu_background.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/menu/menu_background.gd b/client/menu/menu_background.gd
index de5cafea..33ec6e43 100644
--- a/client/menu/menu_background.gd
+++ b/client/menu/menu_background.gd
@@ -35,3 +35,4 @@ func _ready():
if bucket.size() == 0: continue
var tile_name = bucket[randi() % bucket.size()]
map.set_tile(Vector2i(x,y), tile_name)
+ map.flush()