Update main.py

This commit is contained in:
Emil Shanaty
2025-04-10 14:21:40 +03:00
parent 9a6d16d23c
commit 51f9f70091
+5
View File
@@ -34,6 +34,11 @@ def init_game():
grass = Background("images/Grass.jpg", 0, 0)
grass.set_size(WIDTH, HEIGHT)
<<<<<<< Updated upstream
=======
BARRIER_SPEED = 25
>>>>>>> Stashed changes
gameobjects = []
barriers = []