resources: more test level elements
This commit is contained in:
parent
ec0e51231f
commit
31299e7913
4 changed files with 34 additions and 27 deletions
13
dist/resources/map/test.json
vendored
13
dist/resources/map/test.json
vendored
|
@ -13,13 +13,16 @@
|
||||||
"stone/wall/top_left_inner",
|
"stone/wall/top_left_inner",
|
||||||
"stone/wall/top_right_inner",
|
"stone/wall/top_right_inner",
|
||||||
"stone/wall/bottom_right_inner",
|
"stone/wall/bottom_right_inner",
|
||||||
"stone/wall/bottom_left_inner"
|
"stone/wall/bottom_left_inner",
|
||||||
|
"water",
|
||||||
|
"stone/border/bottom_right",
|
||||||
|
"stone/border/bottom_left"
|
||||||
],
|
],
|
||||||
"layers": [
|
"layers": [
|
||||||
{
|
{
|
||||||
"tiles": [
|
"tiles": [
|
||||||
[0, 7, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 8, 0],
|
[0, 7, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 8, 0],
|
||||||
[0, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 0],
|
[0, 6, 1, 1, 1, 1, 15, 15, 1, 1, 1, 1, 4, 0],
|
||||||
[0, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 0],
|
[0, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 0],
|
||||||
[0, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 0],
|
[0, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 0],
|
||||||
[3, 11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 12, 3],
|
[3, 11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 12, 3],
|
||||||
|
@ -36,7 +39,7 @@
|
||||||
{
|
{
|
||||||
"tiles": [
|
"tiles": [
|
||||||
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||||
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
[0, 0, 0, 0, 0, 0, 17, 16, 0, 0, 0, 0, 0, 0],
|
||||||
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||||
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||||
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||||
|
@ -56,6 +59,10 @@
|
||||||
"type": "polygon",
|
"type": "polygon",
|
||||||
"vertices": [
|
"vertices": [
|
||||||
[ 2, 1],
|
[ 2, 1],
|
||||||
|
[ 6, 1],
|
||||||
|
[ 6, 2],
|
||||||
|
[ 8, 2],
|
||||||
|
[ 8, 1],
|
||||||
[12, 1],
|
[12, 1],
|
||||||
[12, 5],
|
[12, 5],
|
||||||
[14, 5],
|
[14, 5],
|
||||||
|
|
BIN
dist/resources/sprite/tile/stone/border/bottom_left.png
vendored
Normal file
BIN
dist/resources/sprite/tile/stone/border/bottom_left.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 930 B |
BIN
dist/resources/sprite/tile/stone/border/bottom_right.png
vendored
Normal file
BIN
dist/resources/sprite/tile/stone/border/bottom_right.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 927 B |
BIN
dist/resources/sprite/tile/water.png
vendored
Normal file
BIN
dist/resources/sprite/tile/water.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 778 B |
Reference in a new issue