活动图标更改默认值

This commit is contained in:
Lenheart 2025-12-03 20:09:52 +08:00
parent f0ffd40753
commit cf365f4833
1 changed files with 3 additions and 4 deletions

View File

@ -159,8 +159,8 @@ class Rindro_Event extends LenheartNewUI_Windows {
class Rindro_EventList { class Rindro_EventList {
X = 0; X = 280;
Y = 0; Y = 530;
//活动数组 //活动数组
Events = null; Events = null;
@ -170,8 +170,7 @@ class Rindro_EventList {
local Jso = Json.Decode(Chunk); local Jso = Json.Decode(Chunk);
X = Jso.YosinEventIconInfoXpos; X = Jso.YosinEventIconInfoXpos;
Y = Jso.YosinEventIconInfoYpos; Y = Jso.YosinEventIconInfoYpos;
getroottable()["LenheartEventOffset"] <- { getroottable()["LenheartEventOffset"] <- {
x = X - 456, x = X - 456,
y = Y y = Y