|
|
@@ -97,6 +97,8 @@ export default class MainUI extends BaseUI {
|
|
|
lbl_pigback_count: cc.Label = null;
|
|
|
@property({ type: cc.Button, displayName: '训练按钮' })
|
|
|
btn_3: cc.Button = null;
|
|
|
+ @property({ type: cc.Button, displayName: '兵营按钮' })
|
|
|
+ btn_2: cc.Button = null;
|
|
|
@property({ type: cc.Button, displayName: '通关红包按钮', tooltip: '动画用' })
|
|
|
btn_chPo_RedBag: cc.Button = null;
|
|
|
|