Commit c08561fb authored by wildfirecode13's avatar wildfirecode13

update

parent 48214989
import { RES } from "../../module/RES";
import { Panel } from "../../module/views/Panel";
import getObject from "../getObject";
import { Tools } from "../Tools";
......@@ -9,6 +10,8 @@ export class PrizePanel extends Panel {
initUi() {
super.initUi();
var skin = RES.getSkinDataByName(this.skinName);
this.position.set(skin.x, skin.y);
}
......
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