(client) feat:支持定义实体的碰撞体大小和偏移;建筑支持定义实体建筑和瓦片建筑,建筑支持指定按钮回调;添加存档管理器;Dev支持设置是否暂停;实体允许定义事件组;添加基地界面 (#57)

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/57
This commit is contained in:
2025-09-28 15:02:57 +08:00
parent 87a8abe86c
commit aff747be17
232 changed files with 39203 additions and 4161 deletions

View File

@@ -0,0 +1,95 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="_图层_2" data-name="图层 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 379.27 616.86">
<defs>
<style>
.cls-1 {
fill: #fff;
}
.cls-2 {
opacity: .8;
}
.cls-3 {
fill: gray;
stroke: #f2f2f2;
}
.cls-3, .cls-4 {
opacity: .88;
stroke-miterlimit: 10;
}
.cls-5 {
fill: url(#_未命名的渐变_9);
}
.cls-5, .cls-6 {
opacity: .5;
}
.cls-7 {
clip-path: url(#clippath);
}
.cls-8 {
fill: none;
}
.cls-6 {
fill: url(#_未命名的渐变_10);
}
.cls-4 {
fill: #666;
stroke: #fff;
}
.cls-9 {
opacity: .3;
}
</style>
<clipPath id="clippath">
<path class="cls-8" d="M30.72,0l9.94,13.17H378.69l.54,603.69h-30.7s-9.97-13.21-9.97-13.21H40.76l-9.95,13.22H.09S0,0,0,0H30.72ZM378.67,0H34.99l7.68,10.17H378.67V0Zm-34.41,616.86l-7.69-10.22H42.76l-7.69,10.22H344.26Z"/>
</clipPath>
<linearGradient id="_未命名的渐变_10" data-name="未命名的渐变 10" x1="31.52" y1="159.34" x2="266.2" y2="208.32" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#5e1721"/>
<stop offset=".41" stop-color="#611c25" stop-opacity=".98"/>
<stop offset=".58" stop-color="#6d2d36" stop-opacity=".9"/>
<stop offset=".71" stop-color="#834c54" stop-opacity=".77"/>
<stop offset=".82" stop-color="#a1787d" stop-opacity=".58"/>
<stop offset=".91" stop-color="#c8b0b3" stop-opacity=".34"/>
<stop offset=".99" stop-color="#f8f5f5" stop-opacity=".04"/>
<stop offset="1" stop-color="#fff" stop-opacity="0"/>
</linearGradient>
<linearGradient id="_未命名的渐变_9" data-name="未命名的渐变 9" x1=".08" y1="71.92" x2="234.76" y2="120.9" gradientTransform="translate(124.85 193.11) scale(1 -1)" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#00686b"/>
<stop offset=".4" stop-color="#046a6d" stop-opacity=".98"/>
<stop offset=".56" stop-color="#157477" stop-opacity=".91"/>
<stop offset=".69" stop-color="#338688" stop-opacity=".8"/>
<stop offset=".79" stop-color="#5d9fa1" stop-opacity=".63"/>
<stop offset=".88" stop-color="#94bfc1" stop-opacity=".42"/>
<stop offset=".96" stop-color="#d6e7e7" stop-opacity=".16"/>
<stop offset="1" stop-color="#fff" stop-opacity="0"/>
</linearGradient>
</defs>
<g id="_图层_2-2" data-name="图层 2">
<g>
<g>
<g class="cls-7">
<image class="cls-2" width="192" height="108" transform="translate(-717.37 0) scale(5.71)" xlink:href="../../《CELL》美术资源/test2.png"/>
<image class="cls-9" width="192" height="108" transform="translate(365.63 35.11) rotate(-180) scale(1.9 -1.9)" xlink:href="../../《CELL》美术资源/test3.png"/>
</g>
<polygon class="cls-1" points="30.72 0 40.66 13.17 378.69 13.17 378.69 19.76 .05 19.76 .04 0 30.72 0"/>
<polygon class="cls-1" points="30.81 616.86 40.76 603.65 338.57 603.65 348.54 616.86 379.27 616.86 379.26 597.04 .08 597.04 .08 616.86 30.81 616.86"/>
</g>
<rect class="cls-6" x="32.16" y="159.63" width="234.74" height="48.68"/>
<rect class="cls-5" x="125.57" y="72.21" width="234.74" height="48.68" transform="translate(485.89 193.11) rotate(180)"/>
<rect class="cls-4" x="18.98" y="240.48" width="344.47" height="155.08"/>
<g>
<rect class="cls-3" x="154.07" y="424.05" width="74.25" height="74.25"/>
<image width="24" height="24" transform="translate(159.15 429.13) scale(2.67)" xlink:href="D:\club-0\BROKEN PMP\Assets\resources\UI\交易界面\物品\物品\指定代码.png"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB