From d839cb02d3ee7abc77ca25af5c1764dad6435bde Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 12 Jan 2023 18:56:23 +0100 Subject: [PATCH] Fix project title --- project.godot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.godot b/project.godot index 48bba0f..96a75b8 100644 --- a/project.godot +++ b/project.godot @@ -62,7 +62,7 @@ _global_script_class_icons={ [application] -config/name="Pineapple SurfA bunnyhopping, retro-looking, first person seed shooter" +config/name="Pineapple Surf" config/description="A bunnyhopping, retro-looking, first person seed shooters" run/main_scene="res://base/BaseScene.tscn" config/features=PackedStringArray("4.0", "GL Compatibility")