aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts
diff options
context:
space:
mode:
authorLibravatar IcECreAm777 <hgk.1998@googlemail.com>2023-07-09 17:05:20 +0200
committerLibravatar IcECreAm777 <hgk.1998@googlemail.com>2023-07-09 17:05:20 +0200
commit7f04ec29e49a3aa4bf816faf1175cdedb5bcc2c1 (patch)
tree02db8e4adfbbfbac19be5b636384ecf804885641 /Scripts
parent843bdbd9c2026e5990eff14c7c134ff8d6c6a8c5 (diff)
download2023-7f04ec29e49a3aa4bf816faf1175cdedb5bcc2c1.tar.gz
2023-7f04ec29e49a3aa4bf816faf1175cdedb5bcc2c1.tar.bz2
2023-7f04ec29e49a3aa4bf816faf1175cdedb5bcc2c1.zip
level 2
Diffstat (limited to 'Scripts')
-rw-r--r--Scripts/game.gd3
1 files changed, 2 insertions, 1 deletions
diff --git a/Scripts/game.gd b/Scripts/game.gd
index 95ca24a..c9beed2 100644
--- a/Scripts/game.gd
+++ b/Scripts/game.gd
@@ -9,7 +9,8 @@ var scenes = [
preload("res://Levels/Tut01.tscn"),
preload("res://Levels/Tut02.tscn"),
preload("res://Levels/Tut03.tscn"),
- preload("res://Levels/Level1.tscn")
+ preload("res://Levels/Level1.tscn"),
+ preload("res://Levels/Level2.tscn")
]
# Called when the node enters the scene tree for the first time.