mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Update drone_war.py
This commit is contained in:
parent
3760e4b12f
commit
d63a7cf86a
1 changed files with 1 additions and 1 deletions
|
|
@ -434,7 +434,7 @@ class ChooseQueen(DeathMatchGame):
|
||||||
player.assigninput(InputType.PICK_UP_PRESS, drone.ascend)
|
player.assigninput(InputType.PICK_UP_PRESS, drone.ascend)
|
||||||
player.assigninput(InputType.PICK_UP_RELEASE, drone.pause_movement)
|
player.assigninput(InputType.PICK_UP_RELEASE, drone.pause_movement)
|
||||||
player.assigninput(InputType.JUMP_PRESS, drone.decend)
|
player.assigninput(InputType.JUMP_PRESS, drone.decend)
|
||||||
player.assigninput(babase.InputType.JUMP_RELEASE, self.pause_movement)
|
player.assigninput(InputType.JUMP_RELEASE, self.pause_movement)
|
||||||
player.assigninput(InputType.PUNCH_PRESS, drone.fire)
|
player.assigninput(InputType.PUNCH_PRESS, drone.fire)
|
||||||
player.assigninput(InputType.LEFT_PRESS, drone.left_)
|
player.assigninput(InputType.LEFT_PRESS, drone.left_)
|
||||||
player.assigninput(InputType.RIGHT_PRESS, drone.right_)
|
player.assigninput(InputType.RIGHT_PRESS, drone.right_)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue