From 51f9f70091c571b88b4551094b23a61ccef36ec5 Mon Sep 17 00:00:00 2001 From: Emil Shanaty <65846814+emil28092005@users.noreply.github.com> Date: Thu, 10 Apr 2025 14:21:40 +0300 Subject: [PATCH] Update main.py --- main.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main.py b/main.py index 17dfb5e..340f9b7 100644 --- a/main.py +++ b/main.py @@ -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 = []