|
|
@@ -10,7 +10,7 @@ window.skins=window.skins||{};
|
|
|
window.generateEUI = window.generateEUI||{};
|
|
|
generateEUI.paths = generateEUI.paths||{};
|
|
|
generateEUI.styles = undefined;
|
|
|
- generateEUI.skins = {"eui.Button":"resource/eui_skins/ButtonSkin.exml","eui.CheckBox":"resource/eui_skins/CheckBoxSkin.exml","eui.HScrollBar":"resource/eui_skins/HScrollBarSkin.exml","eui.HSlider":"resource/eui_skins/HSliderSkin.exml","eui.Panel":"resource/eui_skins/PanelSkin.exml","eui.TextInput":"resource/eui_skins/TextInputSkin.exml","eui.ProgressBar":"resource/eui_skins/ProgressBarSkin.exml","eui.RadioButton":"resource/eui_skins/RadioButtonSkin.exml","eui.Scroller":"resource/eui_skins/ScrollerSkin.exml","eui.ToggleSwitch":"resource/eui_skins/ToggleSwitchSkin.exml","eui.VScrollBar":"resource/eui_skins/VScrollBarSkin.exml","eui.VSlider":"resource/eui_skins/VSliderSkin.exml","eui.ItemRenderer":"resource/eui_skins/ItemRendererSkin.exml","MainGame":"resource/eui_skins/MainGame.exml","HomePage":"resource/eui_skins/HomePage.exml","InGame":"resource/eui_skins/InGame.exml","EndPage":"resource/eui_skins/EndPage.exml","ToumingBg":"resource/eui_skins/ToumingBg.exml","ToumingBtn":"resource/eui_skins/ToumingBtn.exml","ChouPage":"resource/eui_skins/ChouPage.exml","PrizePage":"resource/eui_skins/PrizePage.exml","ChouNoTimePage":"resource/eui_skins/ChouNoTimePage.exml","DiaBoy":"resource/eui_skins/DiaBoy.exml","RedPoint":"resource/eui_skins/RedPoint.exml","ResultPage":"resource/eui_skins/ResultPage.exml","TestPage":"resource/eui_skins/TestPage.exml","BigMap":"resource/eui_skins/BigMap.exml","IconMc":"resource/eui_skins/IconMc.exml","Deng":"resource/eui_skins/Deng.exml","QrPage":"resource/eui_skins/QrPage.exml","RankPage":"resource/eui_skins/RankPage.exml","RankBar":"resource/eui_skins/RankBar.exml","RankMe":"resource/eui_skins/RankMe.exml","InfoPage":"resource/eui_skins/InfoPage.exml","RankBarNew":"resource/eui_skins/RankBarNew.exml"};generateEUI.paths['resource/eui_skins/BigMap.exml'] = window.BigMapSkin = (function (_super) {
|
|
|
+ generateEUI.skins = {"eui.Button":"resource/eui_skins/ButtonSkin.exml","eui.CheckBox":"resource/eui_skins/CheckBoxSkin.exml","eui.HScrollBar":"resource/eui_skins/HScrollBarSkin.exml","eui.HSlider":"resource/eui_skins/HSliderSkin.exml","eui.Panel":"resource/eui_skins/PanelSkin.exml","eui.TextInput":"resource/eui_skins/TextInputSkin.exml","eui.ProgressBar":"resource/eui_skins/ProgressBarSkin.exml","eui.RadioButton":"resource/eui_skins/RadioButtonSkin.exml","eui.Scroller":"resource/eui_skins/ScrollerSkin.exml","eui.ToggleSwitch":"resource/eui_skins/ToggleSwitchSkin.exml","eui.VScrollBar":"resource/eui_skins/VScrollBarSkin.exml","eui.VSlider":"resource/eui_skins/VSliderSkin.exml","eui.ItemRenderer":"resource/eui_skins/ItemRendererSkin.exml","MainGame":"resource/eui_skins/MainGame.exml","HomePage":"resource/eui_skins/HomePage.exml","InGame":"resource/eui_skins/InGame.exml","EndPage":"resource/eui_skins/EndPage.exml","ToumingBg":"resource/eui_skins/ToumingBg.exml","ToumingBtn":"resource/eui_skins/ToumingBtn.exml","ChouPage":"resource/eui_skins/ChouPage.exml","PrizePage":"resource/eui_skins/PrizePage.exml","ChouNoTimePage":"resource/eui_skins/ChouNoTimePage.exml","DiaBoy":"resource/eui_skins/DiaBoy.exml","RedPoint":"resource/eui_skins/RedPoint.exml","ResultPage":"resource/eui_skins/ResultPage.exml","TestPage":"resource/eui_skins/TestPage.exml","BigMap":"resource/eui_skins/BigMap.exml","IconMc":"resource/eui_skins/IconMc.exml","Deng":"resource/eui_skins/Deng.exml","QrPage":"resource/eui_skins/QrPage.exml","RankPage":"resource/eui_skins/RankPage.exml","RankBar":"resource/eui_skins/RankBar.exml","RankMe":"resource/eui_skins/RankMe.exml","InfoPage":"resource/eui_skins/InfoPage.exml","RankBarNew":"resource/eui_skins/RankBarNew.exml","RankEndPage":"resource/eui_skins/RankEndPage.exml","DanBar":"resource/eui_skins/DanBar.exml"};generateEUI.paths['resource/eui_skins/BigMap.exml'] = window.BigMapSkin = (function (_super) {
|
|
|
__extends(BigMapSkin, _super);
|
|
|
function BigMapSkin() {
|
|
|
_super.call(this);
|
|
|
@@ -680,6 +680,51 @@ window.skins=window.skins||{};
|
|
|
return t;
|
|
|
};
|
|
|
return ChouPageSkin;
|
|
|
+})(eui.Skin);generateEUI.paths['resource/eui_skins/DanBar.exml'] = window.DanBarSkin = (function (_super) {
|
|
|
+ __extends(DanBarSkin, _super);
|
|
|
+ function DanBarSkin() {
|
|
|
+ _super.call(this);
|
|
|
+ this.skinParts = ["nick","jiang"];
|
|
|
+
|
|
|
+ this.height = 50;
|
|
|
+ this.width = 600;
|
|
|
+ this.elementsContent = [this.nick_i(),this.jiang_i()];
|
|
|
+ }
|
|
|
+ var _proto = DanBarSkin.prototype;
|
|
|
+
|
|
|
+ _proto.nick_i = function () {
|
|
|
+ var t = new eui.Label();
|
|
|
+ this.nick = t;
|
|
|
+ t.anchorOffsetX = 0;
|
|
|
+ t.anchorOffsetY = 0;
|
|
|
+ t.height = 40;
|
|
|
+ t.size = 25;
|
|
|
+ t.text = "";
|
|
|
+ t.textAlign = "center";
|
|
|
+ t.textColor = 0x666666;
|
|
|
+ t.verticalAlign = "middle";
|
|
|
+ t.width = 224;
|
|
|
+ t.x = 38;
|
|
|
+ t.y = 6;
|
|
|
+ return t;
|
|
|
+ };
|
|
|
+ _proto.jiang_i = function () {
|
|
|
+ var t = new eui.Label();
|
|
|
+ this.jiang = t;
|
|
|
+ t.anchorOffsetX = 0;
|
|
|
+ t.anchorOffsetY = 0;
|
|
|
+ t.height = 40;
|
|
|
+ t.size = 25;
|
|
|
+ t.text = "";
|
|
|
+ t.textAlign = "center";
|
|
|
+ t.textColor = 0x666666;
|
|
|
+ t.verticalAlign = "middle";
|
|
|
+ t.width = 315;
|
|
|
+ t.x = 276;
|
|
|
+ t.y = 6;
|
|
|
+ return t;
|
|
|
+ };
|
|
|
+ return DanBarSkin;
|
|
|
})(eui.Skin);generateEUI.paths['resource/eui_skins/Deng.exml'] = window.DengSkin = (function (_super) {
|
|
|
__extends(DengSkin, _super);
|
|
|
function DengSkin() {
|
|
|
@@ -813,13 +858,13 @@ window.skins=window.skins||{};
|
|
|
__extends(HomePageSkin, _super);
|
|
|
function HomePageSkin() {
|
|
|
_super.call(this);
|
|
|
- this.skinParts = ["anCar1","anCar2","yun0","yun1","qiqiu","car1","car2","tree","ship","startBtn","prizeBtn","tipImg","closeBtn","la0","lingquBtn0","bar0","la1","lingquBtn1","bar1","gPrize"];
|
|
|
+ this.skinParts = ["anCar1","anCar2","yun0","yun1","qiqiu","car1","car2","tree","ship","startBtn","prizeBtn","jiangBtn","tipImg","closeBtn","la0","lingquBtn0","bar0","la1","lingquBtn1","bar1","gPrize"];
|
|
|
|
|
|
this.height = 1600;
|
|
|
this.width = 750;
|
|
|
this.anCar1_i();
|
|
|
this.anCar2_i();
|
|
|
- this.elementsContent = [this._Image1_i(),this.yun0_i(),this.yun1_i(),this.qiqiu_i(),this.car1_i(),this.car2_i(),this.tree_i(),this.ship_i(),this.startBtn_i(),this.prizeBtn_i(),this.gPrize_i()];
|
|
|
+ this.elementsContent = [this._Image1_i(),this.yun0_i(),this.yun1_i(),this.qiqiu_i(),this.car1_i(),this.car2_i(),this.tree_i(),this.ship_i(),this.startBtn_i(),this.prizeBtn_i(),this.jiangBtn_i(),this.gPrize_i()];
|
|
|
|
|
|
eui.Binding.$bindProperties(this, ["car1"],[0],this._TweenItem1,"target");
|
|
|
eui.Binding.$bindProperties(this, [807.36],[],this._Object1,"y");
|
|
|
@@ -984,6 +1029,14 @@ window.skins=window.skins||{};
|
|
|
t.y = 80;
|
|
|
return t;
|
|
|
};
|
|
|
+ _proto.jiangBtn_i = function () {
|
|
|
+ var t = new eui.Image();
|
|
|
+ this.jiangBtn = t;
|
|
|
+ t.source = "img/jiangBtn.png";
|
|
|
+ t.x = 624;
|
|
|
+ t.y = 190;
|
|
|
+ return t;
|
|
|
+ };
|
|
|
_proto.gPrize_i = function () {
|
|
|
var t = new eui.Group();
|
|
|
this.gPrize = t;
|
|
|
@@ -2365,6 +2418,171 @@ window.skins=window.skins||{};
|
|
|
return t;
|
|
|
};
|
|
|
return RankBarNewSkin;
|
|
|
+})(eui.Skin);generateEUI.paths['resource/eui_skins/RankEndPage.exml'] = window.RankEndPageSkin = (function (_super) {
|
|
|
+ __extends(RankEndPageSkin, _super);
|
|
|
+ function RankEndPageSkin() {
|
|
|
+ _super.call(this);
|
|
|
+ this.skinParts = ["tipImg","bar","closeBtn","btn0","btn1","gTop","gTop2","scDan","gNew","scTop"];
|
|
|
+
|
|
|
+ this.height = 1600;
|
|
|
+ this.width = 750;
|
|
|
+ this.elementsContent = [this.tipImg_i(),this._Image1_i(),this.bar_i(),this.closeBtn_i(),this.btn0_i(),this.btn1_i(),this.scDan_i(),this.scTop_i()];
|
|
|
+ }
|
|
|
+ var _proto = RankEndPageSkin.prototype;
|
|
|
+
|
|
|
+ _proto.tipImg_i = function () {
|
|
|
+ var t = new eui.Image();
|
|
|
+ this.tipImg = t;
|
|
|
+ t.source = "img/tip01.jpg";
|
|
|
+ t.visible = false;
|
|
|
+ t.x = 0;
|
|
|
+ t.y = 0;
|
|
|
+ return t;
|
|
|
+ };
|
|
|
+ _proto._Image1_i = function () {
|
|
|
+ var t = new eui.Image();
|
|
|
+ t.source = "img/rankEndBg.png";
|
|
|
+ t.x = 77.3;
|
|
|
+ t.y = 150.62;
|
|
|
+ return t;
|
|
|
+ };
|
|
|
+ _proto.bar_i = function () {
|
|
|
+ var t = new eui.Image();
|
|
|
+ this.bar = t;
|
|
|
+ t.anchorOffsetX = 35.5;
|
|
|
+ t.anchorOffsetY = 3;
|
|
|
+ t.source = "img/rankBar.png";
|
|
|
+ t.x = 240.59;
|
|
|
+ t.y = 397.04;
|
|
|
+ return t;
|
|
|
+ };
|
|
|
+ _proto.closeBtn_i = function () {
|
|
|
+ var t = new ToumingBtn();
|
|
|
+ this.closeBtn = t;
|
|
|
+ t.anchorOffsetX = 0;
|
|
|
+ t.anchorOffsetY = 0;
|
|
|
+ t.height = 105;
|
|
|
+ t.width = 103;
|
|
|
+ t.x = 614;
|
|
|
+ t.y = 129.12;
|
|
|
+ return t;
|
|
|
+ };
|
|
|
+ _proto.btn0_i = function () {
|
|
|
+ var t = new ToumingBtn();
|
|
|
+ this.btn0 = t;
|
|
|
+ t.anchorOffsetX = 102.66;
|
|
|
+ t.anchorOffsetY = 33.86;
|
|
|
+ t.height = 65;
|
|
|
+ t.width = 207;
|
|
|
+ t.x = 240.25;
|
|
|
+ t.y = 375.4;
|
|
|
+ return t;
|
|
|
+ };
|
|
|
+ _proto.btn1_i = function () {
|
|
|
+ var t = new ToumingBtn();
|
|
|
+ this.btn1 = t;
|
|
|
+ t.anchorOffsetX = 102.67;
|
|
|
+ t.anchorOffsetY = 33.32;
|
|
|
+ t.height = 66.34;
|
|
|
+ t.width = 207;
|
|
|
+ t.x = 507.58;
|
|
|
+ t.y = 374.19;
|
|
|
+ return t;
|
|
|
+ };
|
|
|
+ _proto.scDan_i = function () {
|
|
|
+ var t = new eui.Scroller();
|
|
|
+ this.scDan = t;
|
|
|
+ t.anchorOffsetX = 0;
|
|
|
+ t.anchorOffsetY = 0;
|
|
|
+ t.height = 999.88;
|
|
|
+ t.scrollPolicyH = "off";
|
|
|
+ t.scrollPolicyV = "on";
|
|
|
+ t.width = 604.55;
|
|
|
+ t.x = 74;
|
|
|
+ t.y = 414.15;
|
|
|
+ t.viewport = this.gTop2_i();
|
|
|
+ return t;
|
|
|
+ };
|
|
|
+ _proto.gTop2_i = function () {
|
|
|
+ var t = new eui.Group();
|
|
|
+ this.gTop2 = t;
|
|
|
+ t.layout = this._VerticalLayout1_i();
|
|
|
+ t.elementsContent = [this._Image2_i(),this.gTop_i()];
|
|
|
+ return t;
|
|
|
+ };
|
|
|
+ _proto._VerticalLayout1_i = function () {
|
|
|
+ var t = new eui.VerticalLayout();
|
|
|
+ t.gap = 15;
|
|
|
+ t.paddingBottom = 10;
|
|
|
+ t.paddingTop = 10;
|
|
|
+ t.verticalAlign = "top";
|
|
|
+ return t;
|
|
|
+ };
|
|
|
+ _proto._Image2_i = function () {
|
|
|
+ var t = new eui.Image();
|
|
|
+ t.source = "img/danBar.jpg";
|
|
|
+ t.x = 93;
|
|
|
+ t.y = 74;
|
|
|
+ return t;
|
|
|
+ };
|
|
|
+ _proto.gTop_i = function () {
|
|
|
+ var t = new eui.Group();
|
|
|
+ this.gTop = t;
|
|
|
+ t.height = 750;
|
|
|
+ t.scaleX = 1;
|
|
|
+ t.scaleY = 1;
|
|
|
+ t.width = 600;
|
|
|
+ t.x = 0;
|
|
|
+ t.y = -1.1499999999999204;
|
|
|
+ t.layout = this._VerticalLayout2_i();
|
|
|
+ t.elementsContent = [this._DanBar1_i()];
|
|
|
+ return t;
|
|
|
+ };
|
|
|
+ _proto._VerticalLayout2_i = function () {
|
|
|
+ var t = new eui.VerticalLayout();
|
|
|
+ return t;
|
|
|
+ };
|
|
|
+ _proto._DanBar1_i = function () {
|
|
|
+ var t = new DanBar();
|
|
|
+ t.x = 64;
|
|
|
+ t.y = 43;
|
|
|
+ return t;
|
|
|
+ };
|
|
|
+ _proto.scTop_i = function () {
|
|
|
+ var t = new eui.Scroller();
|
|
|
+ this.scTop = t;
|
|
|
+ t.anchorOffsetX = 0;
|
|
|
+ t.anchorOffsetY = 0;
|
|
|
+ t.height = 997.88;
|
|
|
+ t.scrollPolicyH = "off";
|
|
|
+ t.scrollPolicyV = "on";
|
|
|
+ t.width = 604.55;
|
|
|
+ t.x = 74;
|
|
|
+ t.y = 413;
|
|
|
+ t.viewport = this.gNew_i();
|
|
|
+ return t;
|
|
|
+ };
|
|
|
+ _proto.gNew_i = function () {
|
|
|
+ var t = new eui.Group();
|
|
|
+ this.gNew = t;
|
|
|
+ t.layout = this._VerticalLayout3_i();
|
|
|
+ t.elementsContent = [this._Image3_i()];
|
|
|
+ return t;
|
|
|
+ };
|
|
|
+ _proto._VerticalLayout3_i = function () {
|
|
|
+ var t = new eui.VerticalLayout();
|
|
|
+ return t;
|
|
|
+ };
|
|
|
+ _proto._Image3_i = function () {
|
|
|
+ var t = new eui.Image();
|
|
|
+ t.scaleX = 1;
|
|
|
+ t.scaleY = 1;
|
|
|
+ t.source = "img/rankNotOver.png";
|
|
|
+ t.x = 0;
|
|
|
+ t.y = 91.14999999999992;
|
|
|
+ return t;
|
|
|
+ };
|
|
|
+ return RankEndPageSkin;
|
|
|
})(eui.Skin);generateEUI.paths['resource/eui_skins/RankMe.exml'] = window.RankMeSkin = (function (_super) {
|
|
|
__extends(RankMeSkin, _super);
|
|
|
function RankMeSkin() {
|
|
|
@@ -2446,7 +2664,6 @@ window.skins=window.skins||{};
|
|
|
var t = new eui.Image();
|
|
|
this.tipImg = t;
|
|
|
t.source = "img/tip01.jpg";
|
|
|
- t.visible = false;
|
|
|
t.x = 0;
|
|
|
t.y = 0;
|
|
|
return t;
|