-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
82 additions
and
14 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
structures: | ||
- name: checker pair | ||
structure: | ||
palette: | ||
't': true | ||
'f': false | ||
map: | | ||
ttttffff | ||
ttttffff | ||
ttttffff | ||
ttttffff | ||
- name: checker quad | ||
structure: | ||
palette: | ||
't': true | ||
'f': false | ||
map: "" | ||
placements: | ||
- src: checker pair | ||
offset: [0, 0] | ||
truncate: false | ||
- src: checker pair | ||
offset: [0, -4] | ||
truncate: false | ||
orient: | ||
up: south | ||
- name: checker octo | ||
structure: | ||
palette: | ||
't': true | ||
'f': false | ||
map: "" | ||
placements: | ||
- src: checker quad | ||
offset: [0, 0] | ||
truncate: false | ||
- src: checker quad | ||
offset: [8, 0] | ||
truncate: false | ||
- src: checker quad | ||
offset: [0, -8] | ||
truncate: false | ||
- src: checker quad | ||
offset: [8, -8] | ||
truncate: false | ||
placements: | ||
- src: checker octo | ||
offset: [0, 0] | ||
truncate: false | ||
- src: checker octo | ||
offset: [16, 0] | ||
truncate: false | ||
- src: checker octo | ||
offset: [0, -16] | ||
truncate: false | ||
- src: checker octo | ||
offset: [16, -16] | ||
truncate: false | ||
map: "" |
File renamed without changes
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters