From c551a70b4d112b50f3e532f7adb8a99cf5db63ff Mon Sep 17 00:00:00 2001 From: Conrad Date: Mon, 20 Apr 2020 20:45:41 +0200 Subject: [PATCH] Stopped the background from playing on default This reduces our world default changes from 1 to 0 --- src/World.tscn | 1 + 1 file changed, 1 insertion(+) diff --git a/src/World.tscn b/src/World.tscn index beddf7c..f933691 100644 --- a/src/World.tscn +++ b/src/World.tscn @@ -22,6 +22,7 @@ region_rect = Rect2( 0, 0, 1280, 720 ) [node name="Background" parent="." instance=ExtResource( 7 )] frame = 20 +playing = false [node name="FloorTileMap" type="TileMap" parent="."] visible = false