mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-21 23:54:23 +00:00
Game
: Remove input event debug logging
This commit is contained in:
parent
1a67612209
commit
5b95544de5
1 changed files with 0 additions and 1 deletions
1
main.gd
1
main.gd
|
@ -86,7 +86,6 @@ func _on_game_selected_exit() -> void:
|
|||
current_stage = Stage.MENU
|
||||
|
||||
func _input(event: InputEvent) -> void:
|
||||
Log.p(self, "Received input event: %s" % event)
|
||||
if event is InputEventKey:
|
||||
if event.is_action(&"ui_home"):
|
||||
current_stage = Stage.MENU
|
||||
|
|
Loading…
Reference in a new issue