Skip to content

Instantly share code, notes, and snippets.

@timvisee
Forked from SimonHaasnoot/Level.yml
Created April 7, 2016 12:54
Show Gist options
  • Save timvisee/8f3dc7d5ac0250493a60e011ab9e9d92 to your computer and use it in GitHub Desktop.
Save timvisee/8f3dc7d5ac0250493a60e011ab9e9d92 to your computer and use it in GitHub Desktop.
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