Compare commits
2 Commits
d16cd08530
...
526f5e6d04
| Author | SHA1 | Date |
|---|---|---|
|
|
526f5e6d04 | |
|
|
838726f6dd |
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 680 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 608 KiB |
Loading…
Reference in New Issue