start a bit lower
This commit is contained in:
parent
8d9ca8efdb
commit
bab8bbca12
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Q.Sprite.extend("Player",{
|
|||
this._super(p, {
|
||||
sheet: "astronaut",
|
||||
x: 290,
|
||||
y: 90
|
||||
y: 96
|
||||
});
|
||||
|
||||
this.add('2d, platformerControls');
|
||||
|
|
Reference in a new issue