Cleanup hot seat pre-game settings

This commit is contained in:
Sch1nken 2024-03-30 01:52:04 +01:00
parent 2343638749
commit d5d4b8eed1
3 changed files with 14 additions and 1 deletions

5
UI/InputInfo.gd Normal file
View file

@ -0,0 +1,5 @@
extends Control
func _input(event):
if Input.is_action_just_pressed("toggle_controls"):
visible = !visible