mirror of
http://47.107.252.169:3000/Roguelite-Game-Developing-Team/Gen_Hack-and-Slash-Roguelite.git
synced 2025-11-20 14:37:13 +08:00
(client) feat:实现技能树界面,实现地图生成器,实现维度指定,实现规则瓦片定义,实现逃跑逻辑,实现消息定义,实现武器动画,实现受击动画 fix: 修复单攻击子弹击中多个目标,修复人物属性计算错误 (#56)
Co-authored-by: m0_75251201 <m0_75251201@noreply.gitcode.com> Reviewed-on: http://47.107.252.169:3000/Roguelite-Game-Developing-Team/Gen_Hack-and-Slash-Roguelite/pulls/56
This commit is contained in:
44
Client/Assets/Resources/Texture/UI/技能树页/已升级技能按钮.svg
Normal file
44
Client/Assets/Resources/Texture/UI/技能树页/已升级技能按钮.svg
Normal file
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="_图层_2" data-name="图层 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 153.09 78.1">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
fill: #a4b6ba;
|
||||
opacity: .88;
|
||||
}
|
||||
|
||||
.cls-2 {
|
||||
fill: #e6e6e6;
|
||||
}
|
||||
|
||||
.cls-3 {
|
||||
fill: #647d84;
|
||||
opacity: .75;
|
||||
}
|
||||
|
||||
.cls-4 {
|
||||
fill: #00ffe6;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="_图层_1-2" data-name="图层 1">
|
||||
<g>
|
||||
<g>
|
||||
<polygon class="cls-3" points="0 78.07 153.09 78.1 153.09 0 0 .09 0 78.07"/>
|
||||
<rect class="cls-1" x="143.26" y="0" width="9.84" height="78.1"/>
|
||||
<rect class="cls-1" x="0" y=".08" width="9.81" height="77.99"/>
|
||||
</g>
|
||||
<g>
|
||||
<polygon class="cls-4" points="86.84 54.89 82.82 58.94 83.98 60.11 89.15 54.89 83.98 49.67 82.82 50.83 86.84 54.89"/>
|
||||
<polygon class="cls-4" points="70.16 58.94 66.14 54.89 70.16 50.84 69 49.67 63.83 54.89 69 60.11 70.16 58.94"/>
|
||||
<polygon class="cls-4" points="76.49 65.32 72.47 61.27 71.31 62.44 76.49 67.66 81.66 62.44 80.5 61.27 76.49 65.32"/>
|
||||
<polygon class="cls-4" points="72.47 48.5 76.49 44.45 80.5 48.5 81.66 47.33 76.49 42.11 71.31 47.33 72.47 48.5"/>
|
||||
<polygon class="cls-4" points="75.33 54.89 76.49 56.05 77.65 54.89 76.49 53.72 75.33 54.89"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect class="cls-2" x="21.07" y="54.06" width="31.48" height="1.65"/>
|
||||
<rect class="cls-2" x="100.44" y="54.06" width="31.53" height="1.65"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user