From 24532f04b2aa714528071704d5cda42228cc69a5 Mon Sep 17 00:00:00 2001 From: Shea Frembling Date: Thu, 12 Feb 2026 10:46:24 -0600 Subject: [PATCH] add project description, version, and credits --- project.godot | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/project.godot b/project.godot index e018856..4ae7294 100644 --- a/project.godot +++ b/project.godot @@ -11,6 +11,13 @@ config_version=5 [application] config/name="The Tower" +config/description="A surreal first-person exploration game where you navigate a mysterious and reality-breaking tower jutting out from the slums of the earth. + +Credits: +- Shea Frembling +- Andrew Chen +- Jaci Prachyl" +config/version="0.1.0" config/features=PackedStringArray("4.6", "Forward Plus") config/icon="res://icon.svg"