Commit b399965f authored by wildfirecode13's avatar wildfirecode13

update

parent c08561fb
......@@ -5,16 +5,12 @@ import { Tools } from "../Tools";
import { getWebData, sendWebNet, WebNetName } from "../WebNet";
export class PrizePanel extends Panel {
initUi() {
super.initUi();
var skin = RES.getSkinDataByName(this.skinName);
this.position.set(skin.x, skin.y);
}
get groupNames() { return ["prize"] }
get skinName() { return "prize" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment