Proper firing logic handling
This commit is contained in:
parent
b58c740e06
commit
6a317d1913
12 changed files with 44 additions and 20 deletions
|
@ -8,6 +8,7 @@ enum Command {
|
|||
NONE,
|
||||
TAKE_WEAPON,
|
||||
FIRE,
|
||||
STOP_FIRING,
|
||||
RELOAD,
|
||||
HOLSTER_WEAPON,
|
||||
TAKE_ZAZA,
|
||||
|
@ -30,7 +31,6 @@ var command_queue: Dictionary = {}
|
|||
|
||||
func _init() -> void:
|
||||
for side in Side.values():
|
||||
print(side)
|
||||
var arr: Array[Command] = []
|
||||
command_queue[side] = arr
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue