(client) feat:实现右键菜单
This commit is contained in:
@ -1,11 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Define>
|
||||
|
||||
<AffiliationDef>
|
||||
<defName>playerAffiliation</defName>
|
||||
<label>player</label>
|
||||
</AffiliationDef>
|
||||
|
||||
<AttributesDef>
|
||||
<defName>TestCharacter</defName>
|
||||
<health>100</health>
|
||||
@ -15,9 +10,11 @@
|
||||
<CharacterDef>
|
||||
<defName>testPawn</defName>
|
||||
<label>测试小人</label>
|
||||
<description>用于测试功能的角色</description>
|
||||
<attributes>TestCharacter</attributes>
|
||||
<affiliation>playerAffiliation</affiliation>
|
||||
<affiliation>player</affiliation>
|
||||
<drawingOrder_down>
|
||||
<texturePath>Resources/Character/CatGirl</texturePath>
|
||||
<DrawNodeDef name="body"/>
|
||||
</drawingOrder_down>
|
||||
<behaviorTree>
|
||||
|
Reference in New Issue
Block a user