Skip to content

Commit

Permalink
updated multitile: starts with unconnected (I-am-Erk#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
int-ua authored Dec 21, 2020
1 parent a886554 commit eac89ae
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
Binary file modified templates/multitile_grid_4x4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 16 additions & 16 deletions tools/slice_autotiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,23 @@
'end_piece_w': 17,
},
16: {
'unconnected': 15,
'center': 5,
'edge_ns': 7, # |
'edge_ew': 13, # -
'unconnected': 0,
'center': 10,
'edge_ns': 8, # |
'edge_ew': 2, # -
# clockwise order
'corner_ne': 2, # ↗
'corner_se': 10, # ↘
'corner_sw': 8, # ↙
'corner_nw': 0, # ↖
't_connection_n': 1,
't_connection_e': 6,
't_connection_s': 9,
't_connection_w': 4,
'end_piece_n': 3,
'end_piece_e': 14,
'end_piece_s': 11,
'end_piece_w': 12,
'corner_ne': 7, # ↗
'corner_se': 15, # ↘
'corner_sw': 13, # ↙
'corner_nw': 5, # ↖
't_connection_n': 6,
't_connection_e': 11,
't_connection_s': 14,
't_connection_w': 9,
'end_piece_n': 4,
'end_piece_e': 3,
'end_piece_s': 12,
'end_piece_w': 1,
},
}

Expand Down

0 comments on commit eac89ae

Please sign in to comment.