Archived
1
0
Fork 0

start a bit lower

This commit is contained in:
neingeist 2013-11-25 20:53:09 +01:00
parent 8d9ca8efdb
commit bab8bbca12

View file

@ -15,7 +15,7 @@ Q.Sprite.extend("Player",{
this._super(p, { this._super(p, {
sheet: "astronaut", sheet: "astronaut",
x: 290, x: 290,
y: 90 y: 96
}); });
this.add('2d, platformerControls'); this.add('2d, platformerControls');