Remove useless spaces

This commit is contained in:
VAILLANT Jeremy
2021-05-13 16:40:32 +02:00
parent 41d4307c0d
commit 9ef437a558
-2
View File
@@ -4,10 +4,8 @@ extends Control
func _on_WarCraft_pressed():
Global.goto_scene("res://scenes/levels/warcraft/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")