【GM】GM
parent
f649fccdb9
commit
eb3f8a5aaa
|
|
@ -47,12 +47,13 @@ local this = GMPanel
|
||||||
"4#10023#10", "4#10022#10", "4#10034#10", "4#10002#10", "4#10014#10","4#10002#10","4#10003#10"
|
"4#10023#10", "4#10022#10", "4#10034#10", "4#10002#10", "4#10014#10","4#10002#10","4#10003#10"
|
||||||
}
|
}
|
||||||
local baowuList = {
|
local baowuList = {
|
||||||
"1#100005#1", "1#100010#1", "1#100015#1", "1#100020#1", "1#100025#1","1#100030#1", "1#100035#1","1#100040#1"
|
"1#100005#1", "1#100010#1", "1#100015#1", "1#100020#1", "1#100025#1","1#100030#1", "1#100035#1","1#100040#1",
|
||||||
|
"1#100001#100", "1#100006#100", "1#100011#100", "1#100020#100", "1#100021#100","1#100026#100", "1#100031#100","1#100036#100",
|
||||||
}
|
}
|
||||||
local equipeList = {
|
local equipeList = {
|
||||||
"1#60159#1", "1#60184#1", "1#60194#1", "1#60199#1"
|
"1#60159#1", "1#60184#1", "1#60194#1", "1#60199#1"
|
||||||
}
|
}
|
||||||
local moneyList = {"1#3#99999999", "1#4#99999999", "1#5#99999999", "1#14#99999999", "1#15#99999999", "1#16#99999999"}
|
local moneyList = {"1#3#99999999", "1#4#99999999", "1#5#99999999", "1#14#99999999", "1#15#99999999", "1#16#99999999","1#32#99999999","1#29#99999999"}
|
||||||
--初始化组件(用于子类重写)
|
--初始化组件(用于子类重写)
|
||||||
function GMPanel:InitComponent()
|
function GMPanel:InitComponent()
|
||||||
|
|
||||||
|
|
@ -166,7 +167,7 @@ function this.GetMoney()
|
||||||
local time = Timer.New(function ()
|
local time = Timer.New(function ()
|
||||||
NetManager.GMEvent(moneyList[index])
|
NetManager.GMEvent(moneyList[index])
|
||||||
index = index + 1
|
index = index + 1
|
||||||
end, 1, 6, true)
|
end, 1, 8, true)
|
||||||
time:Start()
|
time:Start()
|
||||||
end
|
end
|
||||||
-- 测试跳转
|
-- 测试跳转
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue