Commit 9ee08728 authored by wildfirecode13's avatar wildfirecode13

u

parent b06a2644
...@@ -101,6 +101,11 @@ export class NewbieScene extends Scene { ...@@ -101,6 +101,11 @@ export class NewbieScene extends Scene {
this.addChild(indexsvga); this.addChild(indexsvga);
this.addChild(getObject(this,'newbie_pic2')); this.addChild(getObject(this,'newbie_pic2'));
const newbie_open = getObject(this,'newbie_open');
newbie_open.anchorX = 408/2;
newbie_open.anchorY = 158/2;
FYGE.Tween.get(newbie_open,{loop:true}).to({scaleX:1.1,scaleY:1.1},500).to({scaleX:1,scaleY:1},500)
} }
initEvents() { initEvents() {
......
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