Gun reload

This commit is contained in:
Alexey 2025-07-21 21:10:21 +03:00
commit 12cb74ba2c
6 changed files with 118 additions and 44 deletions

View file

@ -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 = {}