Archived
1
0
Fork 0

place player better initially

This commit is contained in:
neingeist 2013-11-25 19:37:04 +01:00
parent 092f556657
commit 449f95d0a5

View file

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