Add background for boss areas
This commit is contained in:
parent
5576cc21a9
commit
651a142eac
2 changed files with 1 additions and 1 deletions
BIN
assets/tiles/bg-boss.png
Normal file
BIN
assets/tiles/bg-boss.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 94 KiB |
|
@ -25,7 +25,7 @@ cavern_blank: {background: {image: "cavern", width: 3072}, tint: {rgb: 0xC030C0,
|
|||
|
||||
};
|
||||
|
||||
LevelDatabase["Boss Test"] = {music: "boss", background: {image: "cavern", width: 3072}, tint: {rgb: 0xB05000, a: 0.8, effect: "MULTIPLY"},
|
||||
LevelDatabase["Boss Test"] = {music: "boss", background: {image: "boss", width: 3072}, tint: {rgb: 0xB05000, a: 0.8, effect: "MULTIPLY"},
|
||||
axes: [{x: 0, y: 0, radius: -512, angle: 0, length: 360, left: [0], right: [0]}],
|
||||
boss: 1,
|
||||
rocks: [], keys: [], doors: [], transitions: [], spawn: {axis: 0, position: 1, z: 0}};
|
||||
|
|
Loading…
Add table
Reference in a new issue