feature/select-puzzle-update (#72)

Si tu peut regarder pour finir la pull request pour l'écran de selection des puzzles !

Co-authored-by: stilobique-i7 <aurelienvlt@free.fr>
Co-authored-by: VAILLANT Jeremy <vaillant.jeremy@dev-crea.com>
Reviewed-on: Athena/game-source#72
Co-authored-by: stilobique <aurelienvlt@free.fr>
Co-committed-by: stilobique <aurelienvlt@free.fr>
This commit is contained in:
stilobique
2021-06-04 17:54:23 +02:00
committed by darknight
parent 6f1ac4d03f
commit dee1ee5b1b
34 changed files with 876 additions and 118 deletions
+4
View File
@@ -16,6 +16,10 @@ func _on_warcraft_pressed():
Global.current_scene_int = 0
Global.goto_scene("res://scenes/levels/warcraft/WarCraft.tscn")
func _on_home_pressed():
Global.current_scene_int = 1
Global.goto_scene("res://scenes/levels/home/Home.tscn")
func _on_reset_level(level, node, index, parent):
Global.current_scene_int = index
level.reset()