aboutsummaryrefslogtreecommitdiff
path: root/client/menu/menu_background.gd
diff options
context:
space:
mode:
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()