Compare commits
No commits in common. "526f5e6d04ef6c713554c19df1f8fadf4ed571ab" and "d16cd085302dff9c3a4629a63b5410463056949d" have entirely different histories.
526f5e6d04
...
d16cd08530
|
|
@ -113,22 +113,6 @@
|
||||||
{
|
{
|
||||||
"type": "img",
|
"type": "img",
|
||||||
"content": "1"
|
"content": "1"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "img",
|
|
||||||
"content": "2"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "str",
|
|
||||||
"content": "独家功能1:支持多BOSS模式,可自行拓展,配置不同的副本,不同的BOSS,不同的奖励。"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "img",
|
|
||||||
"content": "3"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "str",
|
|
||||||
"content": "独家功能2:支持组队进入,可通过查看详细按钮,查看各个玩家伤害。"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -763,6 +747,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"骑士马战": {
|
"骑士马战": {
|
||||||
|
"Private": true,
|
||||||
"price": 100,
|
"price": 100,
|
||||||
"Script": [
|
"Script": [
|
||||||
"Project/HorseGuessing/HorseGuessing_Guide.nut",
|
"Project/HorseGuessing/HorseGuessing_Guide.nut",
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ class WorldBossC extends LenheartNewUI_Windows {
|
||||||
// NoWindow = true;
|
// NoWindow = true;
|
||||||
|
|
||||||
//是否可见
|
//是否可见
|
||||||
Visible = false;
|
// Visible = false;
|
||||||
|
|
||||||
WindowImg = Rindro_Image("hud/worldboss.img");
|
WindowImg = Rindro_Image("hud/worldboss.img");
|
||||||
WindowTimeImg = Rindro_Image("hud/worldboss_time.img");
|
WindowTimeImg = Rindro_Image("hud/worldboss_time.img");
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 680 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 608 KiB |
Loading…
Reference in New Issue