|
|
|
|
|
by FRandallFarmer
974 days ago
|
|
Though they may look similar, overlapped in developement, shared key staff and infrastructural pieces, Maniac Mansion and Habitat had very different renderers and user interfaces. MM used sprites for animating characters (severely limiting the number in a location at once) and it used characterset remapping for scrolling backgrounds and magic slipping maps to provide a sense of depth. Habitat was a 2.5d renderer where every forground object was seperately rendered each frame and every background object was rendered each state-change. Any objects could be in front/behind any other objects at any time. Sprites in Habitat were used only for UI elements: The speach-bubble "quip" and the proto-pie-menu/cursor for commands. |
|