From fdbc723a99806de984598d0174d76b1fdcfd65da Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 7 Mar 2020 03:56:43 -0500 Subject: fix typos --- public/face.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'public') 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 -- cgit v1.2.3