Daily Godot Tip #31: You can use @ export_placeholder to give placeholder text to the input box in the inspector
Daily Godot Tip #31: You can use @ export_placeholder to give placeholder text to the input box in the inspector
This shows up when there’s no value and disappears when you start to type
Works for Strings, Arrays of Strings and PackedStringArrays