YAML maps can now be loaded, and they work well.
This commit is contained in:
parent
adfb6b83f4
commit
eeab517213
5 changed files with 46 additions and 53 deletions
|
@ -35,25 +35,25 @@ description: ''
|
|||
floorColors: ['#9F7F5F']
|
||||
wallColors: ['#7F3F0F']
|
||||
loadAlways:
|
||||
- !Exit
|
||||
- !MapExit
|
||||
name: downstairs
|
||||
location: [5, 10]
|
||||
id: 1
|
||||
destination: testing/test1.yml
|
||||
graphic: {fgc: '#7F7F7F', shape: '#'}
|
||||
- !Exit
|
||||
- !MapExit
|
||||
name: upstairs
|
||||
location: [7, 10]
|
||||
id: 2
|
||||
destination: testing/test3.yml
|
||||
graphic: {fgc: '#7F7F7F', shape: '#'}
|
||||
- !Exit
|
||||
- !MapExit
|
||||
name: north
|
||||
location: [6, 1]
|
||||
id: 3
|
||||
destination: testing/test3.yml
|
||||
graphic: {fgc: '#7F7F7F', shape: '#'}
|
||||
- !Exit
|
||||
- !MapExit
|
||||
name: east
|
||||
location: [25, 14]
|
||||
id: 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue