place player better initially
This commit is contained in:
parent
092f556657
commit
449f95d0a5
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Q.Sprite.extend("Player",{
|
||||||
|
|
||||||
this._super(p, {
|
this._super(p, {
|
||||||
sheet: "astronaut",
|
sheet: "astronaut",
|
||||||
x: 320,
|
x: 290,
|
||||||
y: 90
|
y: 90
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Reference in a new issue