add attack sound

This commit is contained in:
Quillraven
2025-06-08 21:22:20 +02:00
parent bcac289738
commit 9baae0a410
7 changed files with 31 additions and 4 deletions

BIN
assets/audio/swing.wav Normal file

Binary file not shown.

View File

@@ -5,6 +5,7 @@
<properties>
<property name="animation" value="IDLE"/>
<property name="animationSpeed" type="float" value="1"/>
<property name="attackSound" value="SWING"/>
<property name="damage" type="float" value="7"/>
<property name="damageDelay" type="float" value="0.2"/>
<property name="life" type="int" value="12"/>