mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
Use StringName literals with Input methods
This commit is contained in:
@@ -51,7 +51,7 @@ func _add_placeholder_key(container):
|
||||
var placeholder = Control.new()
|
||||
placeholder.size_flags_horizontal = SIZE_EXPAND_FILL
|
||||
placeholder.mouse_filter = Control.MOUSE_FILTER_IGNORE
|
||||
placeholder.name = "Placeholder"
|
||||
placeholder.name = &"Placeholder"
|
||||
container.add_child(placeholder)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user