Earlier I was thinking of a glass-themed level and experimenting with translucent tunnels (notably translucent paths that cross each other), so here we are.
It's named "Remnants of Aero" because I was thinking of a name, then suddenly thought of Windows 7. (RIP)
This map uses the unused Sprite
function, which functions similarly to Cutout
.
The difference being:
Sprite
can use a seperate image, allowing for an overlay.Cutout
adds a mask in the level using the level background. This is the preferred way to make tunnels, but could look weird in certain scenarios.
Applying and playing the level
Place these in the levels.xml
file:
<Graphics id="glass" curve1="glass-1" curve2="glass-2" image="glass" dispname="Remnants of Aero" gx="375" gy="317">
<Sprite image="glass1_tunnel" pri="1" x="0" y="0" />
<Sprite image="glass2_tunnel" pri="1" x="0" y="0" />
<Sprite image="glasstunnels" pri="1" x="0" y="0" />
</Graphics>
<Level graphics="glass" progression="dual" />
to apply level, replace StageProgression's "spiral" in stage1, like this:
stage1 = "glass,claw,riverbed,targetglyph,blackswirley"
diffi1 = "lvl11,lvl12,lvl13,lvl14,lvl15"
and load Level 1-1 (or whatever level you put the map in - it's best to put it in 1-1) - open Adventure and click on the first door of Temple of Zukulkan (bottom temple, left doorway).
Map made by CrushyGreenRen (Discord: CrushyGreenRen#1539).
YOU ARE NOT ALLOWED TO USE THIS IN ANY OF YOUR MODS!