sped up name entry, added delete, and max char limit

This commit is contained in:
pennyrigate 2023-08-26 21:12:30 -04:00
parent 62e6e23d94
commit 098ab161de
17 changed files with 134 additions and 25 deletions

View file

@ -12,3 +12,4 @@ func _process(delta):
func _gui_input(event):
if event.is_action_pressed("ui_accept"):
get_parent().set_kill_mode(!get_parent().kill_mode)
Audio.play_sound(Audio.a_confirm,Audio.ac_collectible)