Skip to content

Commit

Permalink
walls stuff (#1609)
Browse files Browse the repository at this point in the history
- moved colored walls to the retractable sheet
- added brick wall
  • Loading branch information
vetall812 authored Sep 25, 2022
1 parent e04d9e9 commit a31b2a8
Show file tree
Hide file tree
Showing 155 changed files with 52 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"id": "t_brick_wall",
"fg": "t_brick_wall_unconnected",
"multitile": true,
"additional_tiles": [
{
"id": "center",
"fg": "t_brick_wall_center"
},
{
"id": "corner",
"fg": [
"t_brick_wall_corner_nw",
"t_brick_wall_corner_sw",
"t_brick_wall_corner_se",
"t_brick_wall_corner_ne"
]
},
{
"id": "t_connection",
"fg": [
"t_brick_wall_t_connection_n",
"t_brick_wall_t_connection_w",
"t_brick_wall_t_connection_s",
"t_brick_wall_t_connection_e"
]
},
{
"id": "edge",
"fg": [
"t_brick_wall_edge_ns",
"t_brick_wall_edge_ew"
]
},
{
"id": "end_piece",
"fg": [
"t_brick_wall_end_piece_n",
"t_brick_wall_end_piece_w",
"t_brick_wall_end_piece_s",
"t_brick_wall_end_piece_e"
]
},
{
"id": "unconnected",
"fg": [
"t_brick_wall_unconnected",
"t_brick_wall_unconnected"
]
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Diff not rendered.
Binary file not shown.

0 comments on commit a31b2a8

Please sign in to comment.