diff options
author | Paul Duncan <pabs@pablotron.org> | 2020-03-07 03:56:43 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2020-03-07 03:56:43 -0500 |
commit | fdbc723a99806de984598d0174d76b1fdcfd65da (patch) | |
tree | 2d59d9cce68cb88ccdafa76feb9ca766cd847f34 /public | |
parent | b59e7c899b030345973ea29a1c4592984f48478a (diff) | |
download | alonzo-mood-calculator-fdbc723a99806de984598d0174d76b1fdcfd65da.tar.bz2 alonzo-mood-calculator-fdbc723a99806de984598d0174d76b1fdcfd65da.zip |
fix typos
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 |