From a081edbdf3d01a73d29c21843bf487a0d232152d Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 24 Jun 2024 00:17:48 +0200 Subject: add background to main menu --- client/map/map.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/map') diff --git a/client/map/map.gd b/client/map/map.gd index 1155a70c..913c29da 100644 --- a/client/map/map.gd +++ b/client/map/map.gd @@ -68,7 +68,7 @@ func update(pos, tile_name, neighbors): instance = GenericTile.new(node_name, neighbors, t) instance.position = Vector3(pos[0], 0, pos[1]) - tile_by_pos[str(Vector2i(pos[0],pos[1]))] = instance + tile_by_pos[str(Vector2i(pos[0], pos[1]))] = instance add_child(instance) func queue_free_rename(node: Node) -> void: -- cgit v1.2.3-70-g09d2