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-12 13:10:56 +02:00
|
|
|
Global.goto_scene("res://scenes/levels/warcraft/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")
|