From 4730c5cad11d52435b44fbf8ffada5750b87b81f Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 30 Apr 2023 00:06:20 +0200 Subject: [PATCH] add tabs --- files/assets/js/marseko.js | 58 +++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/files/assets/js/marseko.js b/files/assets/js/marseko.js index b4d29852e..8b9a185bc 100644 --- a/files/assets/js/marseko.js +++ b/files/assets/js/marseko.js @@ -19,62 +19,62 @@ const spriteSets = { idle: [[-3, -3]], alert: [[-7, -3]], scratchSelf: [ - [-5, 0], - [-6, 0], - [-7, 0], + [-5, 0], + [-6, 0], + [-7, 0], ], scratchWallN: [ - [0, 0], - [0, -1], + [0, 0], + [0, -1], ], scratchWallS: [ - [-7, -1], - [-6, -2], + [-7, -1], + [-6, -2], ], scratchWallE: [ - [-2, -2], - [-2, -3], + [-2, -2], + [-2, -3], ], scratchWallW: [ - [-4, 0], - [-4, -1], + [-4, 0], + [-4, -1], ], tired: [[-3, -2]], sleeping: [ - [-2, 0], - [-2, -1], + [-2, 0], + [-2, -1], ], N: [ - [-1, -2], - [-1, -3], + [-1, -2], + [-1, -3], ], NE: [ - [0, -2], - [0, -3], + [0, -2], + [0, -3], ], E: [ - [-3, 0], - [-3, -1], + [-3, 0], + [-3, -1], ], SE: [ - [-5, -1], - [-5, -2], + [-5, -1], + [-5, -2], ], S: [ - [-6, -3], - [-7, -2], + [-6, -3], + [-7, -2], ], SW: [ - [-5, -3], - [-6, -1], + [-5, -3], + [-6, -1], ], W: [ - [-4, -2], - [-4, -3], + [-4, -2], + [-4, -3], ], NW: [ - [-1, 0], - [-1, -1], + [-1, 0], + [-1, -1], ], };