demo 2.0.0

* reduce demo time
* add all changes from full game
This commit is contained in:
2026-08-01 14:22:53 +02:00
parent 4fd457bc2c
commit 5c2eb224ed
8 changed files with 138 additions and 39 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ func update_inputs(s : SettingsData = settings_data):
InputMap.action_add_event(s.action_remapped[i], s.input_remapped[i])
func has_unlocked_infinite_mode():
return true
return false
func get_action_key_name(action_name: String) -> String:
var events: Array[InputEvent] = InputMap.action_get_events(action_name)