主界面

This commit is contained in:
puxuan 2025-10-22 11:45:59 +08:00
parent 173c65f351
commit 6d3aaa07bf

View File

@ -1,10 +1,10 @@
local Component = require (GConst.TYPEOF_LUA_CLASS.LUA_COMPONENT)
local CurrencyBar = class("CurrencyBar", Component)
CurrencyBar.cellWidth = 162
CurrencyBar.cellWidth = 152
CurrencyBar.cellHeight = 40
local OFFSET_X = -20
local OFFSET_X = -21
local OFFSET_Y = -110
function CurrencyBar:init()