From 0d1641fc64248c2c680decefe5327e353ec1a1ae Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 15 Dec 2019 21:40:17 +0100 Subject: [PATCH] Add a project description The description will be displayed when hovering the project in the Project Manager. --- project.godot | 1 + 1 file changed, 1 insertion(+) diff --git a/project.godot b/project.godot index 1bdf76d..c42c7dc 100644 --- a/project.godot +++ b/project.godot @@ -33,6 +33,7 @@ _global_script_class_icons={ [application] config/name="Pixelorama" +config/description="A free & open-source 2D sprite editor" run/main_scene="res://Main.tscn" boot_splash/image="res://splash.png" boot_splash/bg_color=Color( 0.145098, 0.145098, 0.164706, 1 )