Allow using animated entities as map tiles
A more optimized implementation for animated tiles is planned.
This commit is contained in:
parent
4443ca2058
commit
2c6cd362c3
5 changed files with 133 additions and 42 deletions
34
dist/resources/map/test.json
vendored
34
dist/resources/map/test.json
vendored
|
@ -1,22 +1,22 @@
|
|||
{
|
||||
"tiles": [
|
||||
"stone/floor",
|
||||
"stone/plate",
|
||||
"stone/wall/top",
|
||||
"stone/wall/right",
|
||||
"stone/wall/bottom",
|
||||
"stone/wall/left",
|
||||
"stone/wall/top_left",
|
||||
"stone/wall/top_right",
|
||||
"stone/wall/bottom_right",
|
||||
"stone/wall/bottom_left",
|
||||
"stone/wall/top_left_inner",
|
||||
"stone/wall/top_right_inner",
|
||||
"stone/wall/bottom_right_inner",
|
||||
"stone/wall/bottom_left_inner",
|
||||
"water",
|
||||
"stone/border/bottom_right",
|
||||
"stone/border/bottom_left"
|
||||
"-stone/floor",
|
||||
"-stone/plate",
|
||||
"-stone/wall/top",
|
||||
"-stone/wall/right",
|
||||
"-stone/wall/bottom",
|
||||
"-stone/wall/left",
|
||||
"-stone/wall/top_left",
|
||||
"-stone/wall/top_right",
|
||||
"-stone/wall/bottom_right",
|
||||
"-stone/wall/bottom_left",
|
||||
"-stone/wall/top_left_inner",
|
||||
"-stone/wall/top_right_inner",
|
||||
"-stone/wall/bottom_right_inner",
|
||||
"-stone/wall/bottom_left_inner",
|
||||
"@water",
|
||||
"-stone/border/bottom_right",
|
||||
"-stone/border/bottom_left"
|
||||
],
|
||||
"layers": [
|
||||
{
|
||||
|
|
Reference in a new issue