draw mouse last
This commit is contained in:
parent
96f1f6b3c2
commit
a2ffbd4123
1 changed files with 1 additions and 2 deletions
|
|
@ -705,8 +705,6 @@ class Creeper(Game):
|
||||||
|
|
||||||
self.mouse_box = MouseSprite(self, self.background, hotbar=self.hotbar)
|
self.mouse_box = MouseSprite(self, self.background, hotbar=self.hotbar)
|
||||||
|
|
||||||
self.mouse_box.draw()
|
|
||||||
|
|
||||||
self.make_sound()
|
self.make_sound()
|
||||||
|
|
||||||
if self.inventory_menu.is_open:
|
if self.inventory_menu.is_open:
|
||||||
|
|
@ -715,6 +713,7 @@ class Creeper(Game):
|
||||||
self.main_keys()
|
self.main_keys()
|
||||||
else:
|
else:
|
||||||
self.normal_keys()
|
self.normal_keys()
|
||||||
|
self.mouse_box.draw()
|
||||||
|
|
||||||
|
|
||||||
def main(debug=False):
|
def main(debug=False):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue