Setup list map select

This commit is contained in:
stilobique-surface
2021-05-10 14:18:45 +02:00
parent 876d2d38c7
commit 62e0eff51c
3 changed files with 35 additions and 0 deletions
+9
View File
@@ -3,3 +3,12 @@ extends Control
# Load scene warcraft
func _on_WarCraft_pressed():
Global.goto_scene("res://scenes/levels/WarCraft.tscn")
func _on_Lightmap_pressed():
Global.goto_scene("res://developers/aurelien/CheckLightmap.tscn")
func _on_Dagger_pressed():
Global.goto_scene("res://developers/jeremy/Dagger.tscn")