From 8d2d976e0fb3fe2a2a71e8f7e57c459edbc93fe3 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 23 Jan 2020 01:38:03 +0100 Subject: [PATCH] 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). --- project.godot | 1 + 1 file changed, 1 insertion(+) diff --git a/project.godot b/project.godot index 9815f67..7dbdb9c 100644 --- a/project.godot +++ b/project.godot @@ -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"