diff options
author | altaf-creator <dev@altafcreator.com> | 2024-04-15 10:04:22 +0700 |
---|---|---|
committer | altaf-creator <dev@altafcreator.com> | 2024-04-15 10:04:22 +0700 |
commit | a2b2d15604d4e8f5b4d7717e8cfc536d8df677d2 (patch) | |
tree | a4ecf885b6d8be5f9062f505a7c38ab189b7fbd8 /project.godot | |
parent | 074227281d6b90a70bd39eb05222d45cc5474cf3 (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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/project.godot b/project.godot index b3b9050..3ca19ff 100644 --- a/project.godot +++ b/project.godot @@ -43,3 +43,5 @@ space={ renderer/rendering_method="gl_compatibility" renderer/rendering_method.mobile="gl_compatibility" +anti_aliasing/icon="res://Assets/Visuals/logo_sum_on.png" +anti_aliasing/name="Sum on!" |