aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts/game.gd
diff options
context:
space:
mode:
authorLibravatar IcECreAm777 <hgk.1998@googlemail.com>2023-07-09 16:24:34 +0200
committerLibravatar IcECreAm777 <hgk.1998@googlemail.com>2023-07-09 16:24:34 +0200
commit1782e704c10c4ddf2955f72dd32ca4d068aec3e0 (patch)
tree169ac3bbb00b91044de0542701cf397c94e0f2ca /Scripts/game.gd
parentbcccb662566481ea5956e40086e894aa8543f665 (diff)
download2023-1782e704c10c4ddf2955f72dd32ca4d068aec3e0.tar.gz
2023-1782e704c10c4ddf2955f72dd32ca4d068aec3e0.tar.bz2
2023-1782e704c10c4ddf2955f72dd32ca4d068aec3e0.zip
medal system
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.