(client) chore:支持unity的方式加载资源,调整文件名与定义的分布

This commit is contained in:
m0_75251201
2025-08-07 14:20:58 +08:00
parent 6a222d82b2
commit 17d09a8435
93 changed files with 5267 additions and 90 deletions

View File

@ -10,7 +10,7 @@
</attributes>
<affiliation>player</affiliation>
<drawingOrder>
<texturePath>Resources\Character\Test</texturePath>
<texturePath>res:Character\Test</texturePath>
<drawingOrder_down>
<node name="Body" type="Animation" FPS="0.5"/>
</drawingOrder_down>
@ -30,7 +30,7 @@
</attributes>
<affiliation>player</affiliation>
<drawingOrder>
<texturePath>Resources\Character\Test</texturePath>
<texturePath>res:Character\Test</texturePath>
<drawingOrder_down>
<node name="Body"/>
</drawingOrder_down>
@ -50,7 +50,7 @@
</attributes>
<affiliation>player</affiliation>
<drawingOrder>
<texturePath>Resources\Character\HighSpeed</texturePath>
<texturePath>res:Character\HighSpeed</texturePath>
<pixelsPerUnit>100</pixelsPerUnit>
<drawingOrder_down>
<node name="Body"/>
@ -77,6 +77,7 @@
</drawingOrder_down>
</drawingOrder>
<behaviorTree>
<Node className="Idel"/>
</behaviorTree>
</CharacterDef>