-
-
Save timvisee/8f3dc7d5ac0250493a60e011ab9e9d92 to your computer and use it in GitHub Desktop.
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
tiles: | |
# wall tile | |
'1': | |
posSet: | |
'0': | |
x: 0-11 | |
y: 0 | |
'1': | |
x: 0-11 | |
y: 11 | |
'2': | |
x: 0 | |
y: 0-11 | |
'3': | |
x: 11 | |
y: 0-11 | |
pos: | |
x: 1 | |
y: 2 | |
type: wall | |
# floor tile | |
'2': | |
posSet: | |
'0': | |
x: 1-10 | |
y: 1 | |
'1': | |
x: 1-10 | |
y: 2 | |
'2': | |
x: 1-10 | |
y: 3 | |
'3': | |
x: 1-10 | |
y: 4 | |
'4': | |
x: 1-10 | |
y: 5 | |
'5': | |
x: 1-10 | |
y: 6 | |
'6': | |
x: 1-10 | |
y: 7 | |
'7': | |
x: 1-10 | |
y: 8 | |
'8': | |
x: 1-10 | |
y: 9 | |
'9': | |
x: 1-10 | |
y: 10 | |
pos: | |
x: 1 | |
y: 1 | |
type: floor | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment