update: small genetic improvements

This commit is contained in:
KOSMOGOR
2025-04-11 11:13:19 +03:00
parent 766e6fb7e2
commit 90f8c08796
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ class GameObject:
self.image.set_colorkey(None) # Explicitly disable colorkey
class Horse(GameObject):
default_vacceleration = 0.3 # Default acceleration value
default_vacceleration = 0.2 # Default acceleration value
vspeed = 0 # Vertical speed
vacceleration = 0 # Vertical acceleration
stopped = False # Whether the horse is stopped