removes confusing statement
This commit is contained in:
1
Menu.gd
1
Menu.gd
@@ -29,7 +29,6 @@ func _input(event):
|
|||||||
emit_signal("track_changed")
|
emit_signal("track_changed")
|
||||||
Actions.QUIT:
|
Actions.QUIT:
|
||||||
get_tree().quit()
|
get_tree().quit()
|
||||||
_focus = null
|
|
||||||
|
|
||||||
func _on_Jouer_mouse_exited():
|
func _on_Jouer_mouse_exited():
|
||||||
get_node("Main/Jouer").set("custom_colors/font_color", Color.white)
|
get_node("Main/Jouer").set("custom_colors/font_color", Color.white)
|
||||||
|
|||||||
Reference in New Issue
Block a user