More work on the map
This commit is contained in:
File diff suppressed because one or more lines are too long
BIN
moonlight/gfx/tiles/Doors.png
Normal file
BIN
moonlight/gfx/tiles/Doors.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 47 KiB |
@@ -137,6 +137,10 @@ var moonlightSettings = {
|
||||
{
|
||||
'name': '004-Mountain01',
|
||||
'path': 'gfx/tiles/004-Mountain01.png'
|
||||
},
|
||||
{
|
||||
'name': '!Door1',
|
||||
'path': 'gfx/tiles/Doors.png'
|
||||
}
|
||||
],
|
||||
'layers': {
|
||||
@@ -158,6 +162,12 @@ var moonlightSettings = {
|
||||
'type': 'tiles',
|
||||
'inject_sprites': false
|
||||
},
|
||||
'0 - NonCollide Overlay - Below Player': {
|
||||
'collides': false,
|
||||
'collisionBetween': [0, 9999],
|
||||
'type': 'tiles',
|
||||
'inject_sprites': false
|
||||
},
|
||||
'0 - Collide Overlay - Ground Objects': {
|
||||
'collides': true,
|
||||
'collisionBetween': [0, 9999],
|
||||
|
||||
Reference in New Issue
Block a user