diff options
author | altaf-creator <dev@altafcreator.com> | 2024-04-15 10:05:03 +0700 |
---|---|---|
committer | altaf-creator <dev@altafcreator.com> | 2024-04-15 10:05:03 +0700 |
commit | c020e74f1e87deb4c883cd831e8bacdef2a04285 (patch) | |
tree | 6406f89e483c85554af047bea00d44c272f5d9a0 /project.godot | |
parent | a2b2d15604d4e8f5b4d7717e8cfc536d8df677d2 (diff) |
fix bugs, incorrect sounds on modifier, fix game finishes when ai is still calculating modifier
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project.godot b/project.godot index 3ca19ff..7013621 100644 --- a/project.godot +++ b/project.godot @@ -11,6 +11,7 @@ config_version=5 [application] config/name="Sum on!" +config/version="1.0.1" run/main_scene="res://Levels/game.tscn" config/features=PackedStringArray("4.2", "GL Compatibility") config/icon="res://Assets/Visuals/logo_sum_on.png" |