Proper firing logic handling
This commit is contained in:
parent
b58c740e06
commit
6a317d1913
12 changed files with 44 additions and 20 deletions
|
@ -26,5 +26,4 @@ func select_slot(index: int):
|
|||
if slots[index].has_weapon:
|
||||
current_slot = slots[index]
|
||||
current_weapon = current_slot.weapon
|
||||
print('here we go')
|
||||
slot_selected.emit()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue