diff options
Diffstat (limited to 'src/Player.ts')
| -rw-r--r-- | src/Player.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Player.ts b/src/Player.ts index f79211f..54dde50 100644 --- a/src/Player.ts +++ b/src/Player.ts @@ -5,8 +5,8 @@ import { keys } from "./Events"; import { getPlayerDeathAnim, IMGS } from "./Images"; export default class Player extends Drawable { - static startx = 175; - static starty = 155; + static startx = 144; + static starty = 122; width = IMGS.playerUp.width; height = IMGS.playerUp.height; |
