Skip to content

Commit

Permalink
cleaned: sewage pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Golfavel committed Jan 29, 2024
1 parent 29caf00 commit 63ca93a
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion gfx/NeoDays/pngs_tiles_10x10/terrain/t_sewage_pipe_0.json
Original file line number Diff line number Diff line change
@@ -1 +1,32 @@
{"id": "t_sewage_pipe", "fg": ["532_t_sewage_pipe_0"], "rotates": false, "multitile": true, "additional_tiles": [{"id": "center", "fg": ["533_t_sewage_pipe_1"], "bg": []}, {"id": "corner", "fg": ["534_t_sewage_pipe_2"], "bg": []}, {"id": "edge", "fg": ["535_t_sewage_pipe_3"], "bg": []}, {"id": "end_piece", "fg": ["536_t_sewage_pipe_4"], "bg": []}, {"id": "t_connection", "fg": ["537_t_sewage_pipe_5"], "bg": []}, {"id": "unconnected", "fg": ["532_t_sewage_pipe_0"], "bg": []}], "bg": []}
{
"id": "t_sewage_pipe",
"fg": "t_sewage_pipe_0",
"rotates": false,
"multitile": true,
"additional_tiles": [
{
"id": "center",
"fg": "t_sewage_pipe_1"
},
{
"id": "corner",
"fg": "t_sewage_pipe_2"
},
{
"id": "edge",
"fg": "t_sewage_pipe_3"
},
{
"id": "end_piece",
"fg": "t_sewage_pipe_4"
},
{
"id": "t_connection",
"fg": "t_sewage_pipe_5"
},
{
"id": "unconnected",
"fg": "t_sewage_pipe_0"
}
]
}

0 comments on commit 63ca93a

Please sign in to comment.