Removed some global statements that i forgot to remove.
This commit is contained in:
parent
a45b823879
commit
eca611ea34
1 changed files with 0 additions and 4 deletions
|
@ -320,10 +320,6 @@ class Cowyeet:
|
||||||
self.yeet_cow()
|
self.yeet_cow()
|
||||||
|
|
||||||
def loop(self):
|
def loop(self):
|
||||||
global last_frame_mouse_pressed
|
|
||||||
global pressed_keys
|
|
||||||
global pressed_special_keys
|
|
||||||
|
|
||||||
self.screen.fill(self.nero)
|
self.screen.fill(self.nero)
|
||||||
|
|
||||||
self.pressed_keys = self.keyboard.get_pressed()
|
self.pressed_keys = self.keyboard.get_pressed()
|
||||||
|
|
Loading…
Reference in a new issue