allen 3 lat temu
rodzic
commit
e536f1eeb2
1 zmienionych plików z 13 dodań i 13 usunięć
  1. 13 13
      public/js/default.thm.js

+ 13 - 13
public/js/default.thm.js

@@ -2191,11 +2191,11 @@ window.skins=window.skins||{};
 	__extends(RankBarSkin, _super);
 	function RankBarSkin() {
 		_super.call(this);
-		this.skinParts = ["gold","roundDi","head","ma","t","rankTxt"];
+		this.skinParts = ["roundDi","head","ma","t","gold","rankTxt"];
 		
 		this.height = 80;
 		this.width = 602;
-		this.elementsContent = [this._Rect1_i(),this._Rect2_i(),this.gold_i(),this.roundDi_i(),this.head_i(),this.ma_i(),this.t_i(),this.rankTxt_i()];
+		this.elementsContent = [this._Rect1_i(),this._Rect2_i(),this.roundDi_i(),this.head_i(),this.ma_i(),this.t_i(),this.gold_i(),this.rankTxt_i()];
 	}
 	var _proto = RankBarSkin.prototype;
 
@@ -2217,14 +2217,6 @@ window.skins=window.skins||{};
 		t.y = 78;
 		return t;
 	};
-	_proto.gold_i = function () {
-		var t = new eui.Image();
-		this.gold = t;
-		t.source = "img/rankGold.png";
-		t.x = 92;
-		t.y = 14;
-		return t;
-	};
 	_proto.roundDi_i = function () {
 		var t = new eui.Rect();
 		this.roundDi = t;
@@ -2273,11 +2265,19 @@ window.skins=window.skins||{};
 		t.text = "";
 		t.textColor = 0x000000;
 		t.verticalAlign = "middle";
-		t.width = 444.33;
-		t.x = 146;
+		t.width = 498.88;
+		t.x = 91.45;
 		t.y = 18;
 		return t;
 	};
+	_proto.gold_i = function () {
+		var t = new eui.Image();
+		this.gold = t;
+		t.source = "img/rankGold.png";
+		t.x = -1151.03;
+		t.y = 14;
+		return t;
+	};
 	_proto.rankTxt_i = function () {
 		var t = new eui.Label();
 		this.rankTxt = t;
@@ -2290,7 +2290,7 @@ window.skins=window.skins||{};
 		t.textColor = 0xff0000;
 		t.verticalAlign = "middle";
 		t.width = 49.33;
-		t.x = 85;
+		t.x = -1158.03;
 		t.y = 21;
 		return t;
 	};