update: small twiks

This commit is contained in:
KOSMOGOR
2025-04-14 19:20:18 +03:00
parent 90f8c08796
commit ff2ddc98fb
2 changed files with 3 additions and 3 deletions
+1 -2
View File
@@ -106,8 +106,7 @@ class Horse(GameObject):
def count_fitness(self):
if self.stopped == False:
self.fitness += 1
if self.vacceleration == 0:
self.fitness -= 0.9
if self.vspeed == 0: self.fitness -= 0.9
class Background(GameObject):
def __init__(self, image_path, x, y):