mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 23:10:08 +01:00
Convert demos to Godot 4 using regular expressions in a script
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user