Reworking the junkmap
This commit is contained in:
343
moonlight/gfx/map.json
Normal file
343
moonlight/gfx/map.json
Normal file
File diff suppressed because one or more lines are too long
@@ -115,14 +115,18 @@ var moonlightSettings = {
|
|||||||
'collisionBetween': [0, 9999],
|
'collisionBetween': [0, 9999],
|
||||||
'resizeWorld': false
|
'resizeWorld': false
|
||||||
},
|
},
|
||||||
'0 - NonCollide Overlay - Foliage': {
|
'0 - Collide Overlay - Ground Objects': {
|
||||||
'collides': true,
|
'collides': true,
|
||||||
'collisionBetween': [0, 9999],
|
'collisionBetween': [0, 9999],
|
||||||
'resizeWorld': false
|
'resizeWorld': false
|
||||||
}
|
}
|
||||||
|
'0 - NonCollide Overlay - Ground Objects': {
|
||||||
|
'collides': false,
|
||||||
|
'collisionBetween': [0, 9999],
|
||||||
|
'resizeWorld': false
|
||||||
|
}
|
||||||
},
|
},
|
||||||
'collisionRange': [385, 512],
|
'path': 'gfx/map.json'
|
||||||
'path': 'gfx/junkmap.json'
|
|
||||||
},
|
},
|
||||||
'images': [
|
'images': [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user