Gun reload
This commit is contained in:
parent
a3dfc050f1
commit
12cb74ba2c
6 changed files with 118 additions and 44 deletions
|
@ -22,7 +22,7 @@ signal command_popped(commands: Array[CommandQueue.Command])
|
|||
enum Side { LEFT, RIGHT }
|
||||
|
||||
## Used anywhere you could get null
|
||||
const DEFAULT_COMMAND = Command.NONE
|
||||
const DEFAULT_COMMAND = CommandQueue.Command.NONE
|
||||
|
||||
## Dictionary filled with queues for each side
|
||||
var command_queue: Dictionary = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue