(client) feat:实现掉落物,UI显示,维度

This commit is contained in:
m0_75251201
2025-08-27 13:56:22 +08:00
parent f04c89046b
commit 0c99e2beee
46 changed files with 6150 additions and 1809 deletions

View File

@ -4,7 +4,8 @@
<defName>smallHealthPotion</defName>
<label>小生命瓶</label>
<description>可以回复一点点血量</description>
<!-- <texture>TestGun</texture>
<itemTexture>TestGunItem</itemTexture> -->
<textures>
<li>TestGun</li>
</textures>
</ItemDef>
</Define>

View File

@ -4,8 +4,24 @@
<MonsterDef>
<defName>chicken</defName>
<label>测试鸡</label>
<aiController>embrace</aiController>
<!-- <weapon>Claw</weapon> -->
<behaviorTree>
<Node className="JobGiver_RandomWander"/>
</behaviorTree>
<affiliation>monster</affiliation>
<drawingOrder>
<idle_down name="Body" FPS="10">
<textures>
<li>testPawnAnimation_0</li>
<li>testPawnAnimation_1</li>
<li>testPawnAnimation_2</li>
<li>testPawnAnimation_3</li>
<li>testPawnAnimation_4</li>
<li>testPawnAnimation_3</li>
<li>testPawnAnimation_2</li>
<li>testPawnAnimation_1</li>
</textures>
</idle_down>
</drawingOrder>
</MonsterDef>