neingeist
/
cosmos
Archived
1
0
Fork 0

start a bit lower

master
neingeist 11 years ago
parent 8d9ca8efdb
commit bab8bbca12

@ -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');