Skip to content

Commit

Permalink
Dungeon-diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kryntasia committed Jun 29, 2015
1 parent 9ae6413 commit b6ec0b2
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 38 deletions.
2 changes: 1 addition & 1 deletion SimpleStuff/UniversalExpansion/dungeon_worlds.config.patch
Expand Up @@ -9,7 +9,7 @@
"gravity" : 80,
"worldSize" : [2000, 2000],
"dungeonBaseHeight" : 1000,
"dungeonSurfaceHeight" : 810,
"dungeonSurfaceHeight" : 710,
"ambientLightLevel" : [32, 32, 32],
"biome" : "forest",
"musicTrack" : "/music/arctic-battle2.ogg"
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 28 additions & 19 deletions SimpleStuff/UniversalExpansion/dungeons/other/testmission.dungeon
Expand Up @@ -10,30 +10,39 @@
"maxParts" : 100,
"protected" : true
},
"tiles" : [
{
"tiles" : [
{
"value" : [255, 0, 220, 255],
"comment" : "magic pinkppp, a no-op value"
},
{
"value" : [255, 0, 0, 255],
"comment" : "foreground moonrock block",
"brush" : [ [ "clear" ], [ "back", "moonrock" ], [ "front", "moonrock" ] ]
},
{
"value" : [0, 255, 0, 255],
{
"value" : [0, 0, 0, 255],
"rules" : [ [ "worldGenMustContainAirBackground" ], [ "allowOverdrawing" ] ],
"brush" : [ [ "clear" ] ]
},
{
"value" : [120, 120, 120, 255],
"rules" : [ [ "worldGenMustContainAirForeground" ], [ "allowOverdrawing" ] ]
},
{
"value" : [85, 255, 0, 255],
"comment" : "Player Spawn",
"brush" : [ [ "playerstart" ] ]
}
],
"parts" : [
},
{
"value" : [255, 255, 255, 255],
"rules" : [ [ "worldGenMustContainSolidBackground" ], [ "allowOverdrawing" ] ],
"brush" : [ [ "surface" ] ]
},
{
"value" : [255, 0, 0, 255],
"comment" : "foreground moonrock block",
"brush" : [ [ "clear" ], [ "back", "moonrock" ], [ "front", "moonrock" ] ]
}],
"parts" : [
{
"name" : "testmission",
"rules" : [
[ "maxSpawnCount", [1] ]
],
"def" : [ "image", [ "testmission.png", "testmission-objects.png", "testmission-wires1.png"] ]
}
]

"rules" : [ ],
"def" : [ "image", [ "testmission.png", "testmission-objects.png", "testmission-wires1.png" ] ]
}]
}
Binary file modified SimpleStuff/UniversalExpansion/dungeons/other/testmission.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

This file was deleted.

Binary file not shown.

0 comments on commit b6ec0b2

Please sign in to comment.