add sprites

This commit is contained in:
anna 2022-10-25 22:52:59 +02:00
parent ccd31710ae
commit db7cbd27dd
Signed by: fef
GPG key ID: EC22E476DC2D3D84
7 changed files with 52 additions and 2 deletions

51
dist/palette.json vendored Normal file
View file

@ -0,0 +1,51 @@
{
"baseurl": "/sprites",
"sections": 4,
"sprites": [
{
"url": "/01.png",
"edges": [
0, 0, 0, 0,
0, 1, 1, 0,
0, 0, 0, 0,
0, 1, 1, 0
]
},
{
"url": "/02.png",
"edges": [
0, 1, 1, 0,
0, 1, 1, 0,
0, 0, 0, 0,
0, 1, 1, 0
]
},
{
"url": "/03.png",
"edges": [
0, 1, 1, 0,
0, 0, 0, 0,
0, 0, 0, 0,
0, 1, 1, 0
]
},
{
"url": "/04.png",
"edges": [
0, 0, 0, 0,
0, 0, 0, 0,
0, 0, 0, 0,
0, 0, 0, 0
]
},
{
"url": "/05.png",
"edges": [
0, 1, 1, 0,
0, 1, 1, 0,
0, 1, 1, 0,
0, 1, 1, 0
]
}
]
}

BIN
dist/sprites/01.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 665 B

BIN
dist/sprites/02.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 674 B

BIN
dist/sprites/03.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 B

BIN
dist/sprites/04.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 653 B

BIN
dist/sprites/05.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 685 B

View file

@ -6,8 +6,7 @@
"removeComments": true,
"sourceMap": true,
"outDir": "./dist",
"strict": true,
"resolveJsonModule": true,
"strict": true
},
"files": [
"src/app.ts"