Add a project description setting
The description is displayed as a tooltip when hovering the project in the Project Manager. It can span multiple lines. This partially addresses #8167.
This commit is contained in:
parent
65d1b0b427
commit
5bd01bf637
3 changed files with 11 additions and 1 deletions
|
|
@ -1000,6 +1000,8 @@ ProjectSettings::ProjectSettings() {
|
|||
Ref<InputEventJoypadButton> joyb;
|
||||
|
||||
GLOBAL_DEF("application/config/name", "");
|
||||
GLOBAL_DEF("application/config/description", "");
|
||||
custom_prop_info["application/config/description"] = PropertyInfo(Variant::STRING, "application/config/description", PROPERTY_HINT_MULTILINE_TEXT);
|
||||
GLOBAL_DEF("application/run/main_scene", "");
|
||||
custom_prop_info["application/run/main_scene"] = PropertyInfo(Variant::STRING, "application/run/main_scene", PROPERTY_HINT_FILE, "*.tscn,*.scn,*.res");
|
||||
GLOBAL_DEF("application/run/disable_stdout", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue