Merge pull request #299 from bombsquad-community/brostosjoined-drone_war

Descending works as it should on drone_war.py
This commit is contained in:
Loup 2025-01-05 00:22:05 +05:30 committed by GitHub
commit d2d172bf00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View file

@ -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",

View file

@ -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_)