Files
puzzle-quest/scenes/UI/ChooseScene.gd
T

14 lines
309 B
GDScript
Raw Normal View History

2021-05-08 13:44:51 +02:00
extends Control
2021-05-09 17:10:40 +02:00
# Load scene warcraft
2021-05-08 13:44:51 +02:00
func _on_WarCraft_pressed():
2021-05-09 17:10:40 +02:00
Global.goto_scene("res://scenes/levels/WarCraft.tscn")
2021-05-10 14:18:45 +02:00
func _on_Lightmap_pressed():
Global.goto_scene("res://developers/aurelien/CheckLightmap.tscn")
func _on_Dagger_pressed():
Global.goto_scene("res://developers/jeremy/Dagger.tscn")