Compare commits

...

2 Commits

Author SHA1 Message Date
Lenheart 526f5e6d04 1 2025-12-03 21:09:56 +08:00
Lenheart 838726f6dd 1 2025-12-03 21:09:49 +08:00
4 changed files with 17 additions and 2 deletions

View File

@ -113,6 +113,22 @@
{
"type": "img",
"content": "1"
},
{
"type": "img",
"content": "2"
},
{
"type": "str",
"content": "独家功能1:支持多BOSS模式,可自行拓展,配置不同的副本,不同的BOSS,不同的奖励。"
},
{
"type": "img",
"content": "3"
},
{
"type": "str",
"content": "独家功能2:支持组队进入,可通过查看详细按钮,查看各个玩家伤害。"
}
]
},
@ -747,7 +763,6 @@
}
},
"骑士马战": {
"Private": true,
"price": 100,
"Script": [
"Project/HorseGuessing/HorseGuessing_Guide.nut",

View File

@ -13,7 +13,7 @@ class WorldBossC extends LenheartNewUI_Windows {
// NoWindow = true;
//是否可见
// Visible = false;
Visible = false;
WindowImg = Rindro_Image("hud/worldboss.img");
WindowTimeImg = Rindro_Image("hud/worldboss_time.img");

BIN
Project/WorldBoss/img/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 680 KiB

BIN
Project/WorldBoss/img/3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 608 KiB