add sprites
This commit is contained in:
parent
ccd31710ae
commit
db7cbd27dd
7 changed files with 52 additions and 2 deletions
51
dist/palette.json
vendored
Normal file
51
dist/palette.json
vendored
Normal 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
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
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
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
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
BIN
dist/sprites/05.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 685 B |
|
@ -6,8 +6,7 @@
|
|||
"removeComments": true,
|
||||
"sourceMap": true,
|
||||
"outDir": "./dist",
|
||||
"strict": true,
|
||||
"resolveJsonModule": true,
|
||||
"strict": true
|
||||
},
|
||||
"files": [
|
||||
"src/app.ts"
|
||||
|
|
Loading…
Reference in a new issue