Fix the scalings of horses and barriers.

This commit is contained in:
Emil Shanaty
2025-03-21 03:34:49 +03:00
parent f8551d4f3a
commit ca9b417f37
4 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ gameobjects.extend(barriers) # Add barriers to game objects
spawner = Spawner("images/Barrier.png") # Initialize spawner
UI.add_children(horses) # Add horses to UI
UI.add_horses(horses) # Add horses to UI
while True:
for event in pygame.event.get():
if event.type == pygame.QUIT: # Handle window close event