Browse Source

tweaked the Torba

develop
Rob Colbert 2 years ago
parent
commit
d77a85b1c9
  1. 4
      game/js/game-app.js

4
game/js/game-app.js

@ -77,10 +77,10 @@ export default class GameApp extends NiceGame {
this.startLevel();
const tween = this
.createTween(this.torba.position, { x: 480 }, { x: 0 }, NiceEasing.Bounce.Out)
.createTween(this.torba.position, { x: -50, y: 32 }, { x: 920, y: 32 }, NiceEasing.Bounce.Out)
.delay(1000.0)
.duration(2000.0);
tween.run(performance.now());
tween.run();
}
async startMusicStream (url) {

Loading…
Cancel
Save