Renamed the "file" attribute of hit sounds to "tag", replaced footstep sound paths in creature configs with tags.
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
<limb id = "8" radius="5" height="13" mass = "2" type ="LeftFoot" flip="true" pullpos="-5.0,0.0">
|
||||
<sprite texture="Content/Characters/Human/[GENDER]legs.png" sourcerect="35,53,16,25" depth="0.14" origin="0.5,0.5"/>
|
||||
<damagedsprite texture="Content/Characters/Human/damagedlegs.png" sourcerect="35,53,16,25" origin="0.5,0.5"/>
|
||||
<sound file ="footstep_metal"/>
|
||||
<sound tag="footstep_metal"/>
|
||||
</limb>
|
||||
|
||||
<!-- right leg -->
|
||||
@@ -80,7 +80,7 @@
|
||||
<limb id = "11" radius="5" height="13" mass = "2" type ="RightFoot" flip="true" pullpos="-5.0,0.0">
|
||||
<sprite texture="Content/Characters/Human/[GENDER]legs.png" sourcerect="35,53,16,25" origin="0.5,0.5"/>
|
||||
<damagedsprite texture="Content/Characters/Human/damagedlegs.png" sourcerect="35,53,16,25" origin="0.5,0.5"/>
|
||||
<sound file ="footstep_metal"/>
|
||||
<sound tag="footstep_metal"/>
|
||||
</limb>
|
||||
|
||||
<!-- head to body -->
|
||||
|
||||
Reference in New Issue
Block a user