Convert demos to Godot 4 using regular expressions in a script

This commit is contained in:
Aaron Franke
2022-03-26 05:00:50 -05:00
parent 410d783126
commit bbe50fc9da
1095 changed files with 13628 additions and 13557 deletions

View File

@@ -1,6 +1,6 @@
extends Button
export(String) var action = "ui_up"
@export var action: String = "ui_up"
func _ready():
assert(InputMap.has_action(action))