Add a project description

In Godot 3.2, the description is displayed when hovering the project
with the mouse in the project manager. The setting is
backwards-compatible to Godot 3.1 (it won't break existing projects).
This commit is contained in:
Hugo Locurcio 2020-01-23 01:38:03 +01:00
parent f2d3712743
commit 8d2d976e0f
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C

View File

@ -177,6 +177,7 @@ _global_script_class_icons={
[application]
config/name="Material Maker"
config/description="An open source, extensible procedural material generation tool"
run/main_scene="res://addons/material_maker/main_window.tscn"
config/use_custom_user_dir=true
config/custom_user_dir_name="material_maker"