pull/143/head
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]],
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],
],
};