Refactor weapon system: update BladeOfRecursion and QuantumBow classes with improved attack mechanics, damage handling, and drawing logic; enhance WeaponHandler for better weapon management.

This commit is contained in:
2026-04-03 00:28:50 +01:00
parent d0466599df
commit 94be1f104f
10 changed files with 171 additions and 28 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ class Game < Scene
return if @hud.button_down(id, pos)
return if @props.button_down(id, pos)
#return if @weapons.button_down(id, pos)
return if @weapons.button_down(id, pos)
#@character.button_down(id)
end