Next: , Previous: , Up: Foregrounds   [Contents][Index]


1.2.4 Doors

Doors are constructions that conditionally separate levels and in-level sections. Both door types are hangable, dynamic and use the step extension. The extension determines the door opening level, ranging from fully open (0) to fully closed.

CodeDungeonPalaceNotes
DOOR14
mininim-figures/d-door
mininim-figures/p-door
This is semi-collidable at right, as the kid might pass or not through it depending on the difference of the grid tip height and kid’s movement height. This is rigid and its step extension range from 0 to 47.
LEVEL_DOOR15
mininim-figures/d-level-door
mininim-figures/p-level-door
Often the kid progress through levels entering these. This can only be entered when fully open. This is breakable and its step extension range from -44 to 43.

Footnotes

(14)

The door is called gate in the original game.

(15)

The level door is called simply exit in the original game. There it’s divided into two constructions: exit left and exit right.