Setup list map select
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user