(client) feat:主要实现实体的行为树和工作类 (#40)

Co-authored-by: zzdxxz <2079238449@qq.com>
Co-committed-by: zzdxxz <2079238449@qq.com>
This commit is contained in:
2025-07-21 13:58:58 +08:00
committed by TheRedApricot
parent 389376ec47
commit 28ddcda9a0
87 changed files with 9052 additions and 2504 deletions

View File

@ -25,6 +25,9 @@
<texture>
<path>Resources\Item\YellowBullet.png</path>
</texture>
<behaviorTree>
<Node className="ContinuousMove"/>
</behaviorTree>
</BulletDef>
<ImageDef>

View File

@ -12,6 +12,9 @@
<drawingOrder_down>
<DrawNodeDef name="body"/>
</drawingOrder_down>
<behaviorTree>
<Node className="TrackPlayer"/>
</behaviorTree>
</CharacterDef>
</Define>