mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-15 13:03:08 +00:00
Merge pull request #299 from bombsquad-community/brostosjoined-drone_war
Descending works as it should on drone_war.py
This commit is contained in:
commit
d2d172bf00
2 changed files with 7 additions and 0 deletions
|
|
@ -500,6 +500,12 @@
|
|||
}
|
||||
],
|
||||
"versions": {
|
||||
"1.0.2": {
|
||||
"api_version": 8,
|
||||
"commit_sha": "78bc781",
|
||||
"released_on": "22-08-2024",
|
||||
"md5sum": "506ad0369c82b2fb957da66fe9906988"
|
||||
},
|
||||
"1.0.1": {
|
||||
"api_version": 8,
|
||||
"commit_sha": "2b5c9ee",
|
||||
|
|
|
|||
|
|
@ -434,6 +434,7 @@ class ChooseQueen(DeathMatchGame):
|
|||
player.assigninput(InputType.PICK_UP_PRESS, drone.ascend)
|
||||
player.assigninput(InputType.PICK_UP_RELEASE, drone.pause_movement)
|
||||
player.assigninput(InputType.JUMP_PRESS, drone.decend)
|
||||
player.assigninput(InputType.JUMP_RELEASE, drone.pause_movement)
|
||||
player.assigninput(InputType.PUNCH_PRESS, drone.fire)
|
||||
player.assigninput(InputType.LEFT_PRESS, drone.left_)
|
||||
player.assigninput(InputType.RIGHT_PRESS, drone.right_)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue