duration: 25 }
};
+var JIGGLE = {
+ 0: { tween1: { yaw: 0.3 }, repeat: -Infinity }
+};
+
var JUMP = {
0: { tween1: { scale: [0.6, 0.3, 1.0] }, duration: 20 },
20: [{ tween1: { scale: [0.3, 0.6, 1.0] }, duration: 18 },
var textQuad;
var textEntity = new yuu.E(
- new yuu.Transform().setScale([1, 1, 1]),
+ new yuu.Transform().setScale([1, 1, 1]).setYaw(-0.3),
textQuad = new yuu.QuadC(textMat));
this.faceEntity = new yuu.E(
new yuu.Transform().setScale([0.5, 0.5, 1]),
this.entity0.addChild(textEntity);
this.entity0.addChild(this.faceEntity);
+ textEntity.attach(new yuu.Animation(
+ JIGGLE, { $: textEntity.transform }));
+
this.disappear = function () {
textEntity.attach(new yuu.Animation(DISAPPEAR, {
transform: textEntity.transform,