diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/face.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/face.js b/public/face.js index c632f9b..42f2a57 100644 --- a/public/face.js +++ b/public/face.js @@ -82,7 +82,7 @@ jQuery(function($) { }, { // hurt1-r t: [250, 500], - p: [-15, -5}, + p: [-15, -5], pos: { x: 2, y: 1 }, }, { // hurt1-c @@ -137,7 +137,7 @@ jQuery(function($) { }, { // hurt4-c t: [0, 250], - p: [-75, max], + p: [-75, -50], rect: { x: 14 + 26 * 1, y: 16 + 31 * 4, w: 24, h: 29 }, }, { // hurt4-r @@ -157,7 +157,7 @@ jQuery(function($) { }, { // dead t: [0, 1001], - p: [-10000, -75 + p: [-10000, -75], rect: { x: 14, y: 335, w: 24, h: 31 }, }, { // invincible |