diff options
author | George L. Albany <Megacake1234@gmail.com> | 2023-05-02 06:30:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 06:30:06 +0200 |
commit | be43b260128664756054a289cf9d22319def1f8a (patch) | |
tree | 56006651b7228d817b5ab9ec87bb71dd408cc5d1 /game/project.godot | |
parent | 4a6965515afe26888d1f1eb9248e74a2bcb38afc (diff) | |
parent | 865e7aeca7c3090fee914b9ebde9490ef23d3559 (diff) |
Merge pull request #102 from Spartan322/refine/argument-parsing
Diffstat (limited to 'game/project.godot')
-rw-r--r-- | game/project.godot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game/project.godot b/game/project.godot index c10465d..a14f910 100644 --- a/game/project.godot +++ b/game/project.godot @@ -11,6 +11,7 @@ config_version=5 [application] config/name="OpenVic2" +config/description="A faithful recreation of Victoria 2: Heart of Darkness with a focus on enhancing performance, multiplayer stability, and modability for modern machines." run/main_scene="res://src/GameStart.tscn" config/features=PackedStringArray("4.0", "Forward Plus") boot_splash/bg_color=Color(0.380392, 0.145098, 0.14902, 1) |