master
Aevann 2023-04-30 00:06:20 +02:00
parent f2da8e1619
commit 4730c5cad1
1 changed files with 29 additions and 29 deletions

View File

@ -19,62 +19,62 @@ const spriteSets = {
idle: [[-3, -3]], idle: [[-3, -3]],
alert: [[-7, -3]], alert: [[-7, -3]],
scratchSelf: [ scratchSelf: [
[-5, 0], [-5, 0],
[-6, 0], [-6, 0],
[-7, 0], [-7, 0],
], ],
scratchWallN: [ scratchWallN: [
[0, 0], [0, 0],
[0, -1], [0, -1],
], ],
scratchWallS: [ scratchWallS: [
[-7, -1], [-7, -1],
[-6, -2], [-6, -2],
], ],
scratchWallE: [ scratchWallE: [
[-2, -2], [-2, -2],
[-2, -3], [-2, -3],
], ],
scratchWallW: [ scratchWallW: [
[-4, 0], [-4, 0],
[-4, -1], [-4, -1],
], ],
tired: [[-3, -2]], tired: [[-3, -2]],
sleeping: [ sleeping: [
[-2, 0], [-2, 0],
[-2, -1], [-2, -1],
], ],
N: [ N: [
[-1, -2], [-1, -2],
[-1, -3], [-1, -3],
], ],
NE: [ NE: [
[0, -2], [0, -2],
[0, -3], [0, -3],
], ],
E: [ E: [
[-3, 0], [-3, 0],
[-3, -1], [-3, -1],
], ],
SE: [ SE: [
[-5, -1], [-5, -1],
[-5, -2], [-5, -2],
], ],
S: [ S: [
[-6, -3], [-6, -3],
[-7, -2], [-7, -2],
], ],
SW: [ SW: [
[-5, -3], [-5, -3],
[-6, -1], [-6, -1],
], ],
W: [ W: [
[-4, -2], [-4, -2],
[-4, -3], [-4, -3],
], ],
NW: [ NW: [
[-1, 0], [-1, 0],
[-1, -1], [-1, -1],
], ],
}; };