(client) feat:添加UI多线段绘制器,贝塞尔曲线绘制器及其编辑器, fix:单目标子弹在一帧内击中多个目标未被限制击中数量

This commit is contained in:
m0_75251201
2025-09-09 20:10:21 +08:00
parent 6cb4483d20
commit d1c0387df0
17 changed files with 1142 additions and 117 deletions

View File

@ -26,7 +26,7 @@
<defName>TestGun</defName>
<attack>10</attack>
<defense>3</defense>
<attackSpeed>3</attackSpeed>
<attackSpeed>1</attackSpeed>
<attackRange>10</attackRange>
<attackTargetCount>1</attackTargetCount>
</AttributesDef>
@ -38,7 +38,7 @@
<!-- 引用属性定义 -->
<attributes>TestGun</attributes>
<type>Ranged</type>
<FPS>2</FPS>
<FPS>10</FPS>
<textures>
<li>TestGunItem</li>
</textures>
@ -54,7 +54,7 @@
<li>testGunAttackAnimation_8</li>
<li>testGunAttackAnimation_9</li>
</attackAnimation>
<attackDetectionTime>2.5</attackDetectionTime>
<attackDetectionTime>0.5</attackDetectionTime>
<maxStack>1</maxStack>
<rarity>Uncommon</rarity>
<attackDetectionTime>0.3</attackDetectionTime>