|
|
@@ -17,8 +17,7 @@ class desktop_Window(arcade.Window): |
|
|
|
self.p.playerSprites.draw() |
|
|
|
|
|
|
|
def on_mouse_press(self, x, y, button, key_modifiers): |
|
|
|
print("mouse press:", x, y) |
|
|
|
pass |
|
|
|
self.p.ctrl.set("didClickMouse", [x, y]) |
|
|
|
|
|
|
|
def on_update(self, delta): |
|
|
|
pass |
|
|
|
self.p.playerSprites.update_animation() |