aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts/game.gd
diff options
context:
space:
mode:
authorLibravatar perivesta <>2023-07-09 16:27:35 +0200
committerLibravatar perivesta <>2023-07-09 16:27:35 +0200
commit198b60c7830dc79a60a48863877405690c4b038e (patch)
tree4dc79c68961aeb0f434abb7db2d6d82ae70c5285 /Scripts/game.gd
parentc19f69112409eca00029159f31797e13bbab61cf (diff)
parente7845dfe77cafebd30efb660ef56006d5388efb1 (diff)
download2023-198b60c7830dc79a60a48863877405690c4b038e.tar.gz
2023-198b60c7830dc79a60a48863877405690c4b038e.tar.bz2
2023-198b60c7830dc79a60a48863877405690c4b038e.zip
Merge branch 'master' of bunny.garden:jam/gmtk/2023
Diffstat (limited to 'Scripts/game.gd')
-rw-r--r--Scripts/game.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Scripts/game.gd b/Scripts/game.gd
index f1520dd..95ca24a 100644
--- a/Scripts/game.gd
+++ b/Scripts/game.gd
@@ -9,7 +9,7 @@ var scenes = [
preload("res://Levels/Tut01.tscn"),
preload("res://Levels/Tut02.tscn"),
preload("res://Levels/Tut03.tscn"),
- preload("res://Levels/Level_test_2.tscn")
+ preload("res://Levels/Level1.tscn")
]
# Called when the node enters the scene tree for the first time.