-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbugs.txt
21 lines (14 loc) · 931 Bytes
/
bugs.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#########################################################################
# Current list of known bugs #
#########################################################################
-------------------------------------------------------------------------
Changing states too quickly may cause game to freeze up. Most likely to
occur when changing to/from the MenuState.
-------------------------------------------------------------------------
Entering GameMenu state while moving will and going back into GameState
causes player to move indefinitely in the direction of movement until
a movement key is pressed.
-------------------------------------------------------------------------
On some keyboards, simultaneously pressing the left and down arrow keys
while shooting will not cause player to move diagonally as expected.
This does not occur when using the wasd movement keys.