cleanup useless code
This commit is contained in:
parent
2945f2a3ef
commit
ce23571af9
1 changed files with 1 additions and 3 deletions
|
@ -2,14 +2,12 @@ extends Control
|
|||
|
||||
|
||||
func _on_PlayButton_pressed():
|
||||
print("ici")
|
||||
get_tree().change_scene("res://Scenes/Node2D.tscn")
|
||||
|
||||
|
||||
func _on_Help_Button_pressed():
|
||||
print("help")
|
||||
print("help me")
|
||||
|
||||
|
||||
func _on_Quit_Button_pressed():
|
||||
get_tree().quit()
|
||||
# Replace with function body.
|
||||
|
|
Reference in a new issue