diff options
author | IcECreAm777 <hgk.1998@googlemail.com> | 2023-07-09 17:05:20 +0200 |
---|---|---|
committer | IcECreAm777 <hgk.1998@googlemail.com> | 2023-07-09 17:05:20 +0200 |
commit | 7f04ec29e49a3aa4bf816faf1175cdedb5bcc2c1 (patch) | |
tree | 02db8e4adfbbfbac19be5b636384ecf804885641 /Scripts/game.gd | |
parent | 843bdbd9c2026e5990eff14c7c134ff8d6c6a8c5 (diff) | |
download | 2023-7f04ec29e49a3aa4bf816faf1175cdedb5bcc2c1.tar.gz 2023-7f04ec29e49a3aa4bf816faf1175cdedb5bcc2c1.tar.bz2 2023-7f04ec29e49a3aa4bf816faf1175cdedb5bcc2c1.zip |
level 2
Diffstat (limited to 'Scripts/game.gd')
-rw-r--r-- | Scripts/game.gd | 3 |
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. |