From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


==Graphics==
==Graphics==
All terrain tiles, some landscape features, all monsters and objects, and some spell/effect graphics take the form of [[icon (computing)|Windows icon]]s. A tile is thus the size of an icon, 32 [[pixels]] square. This means that they can be applied to shortcuts, if desired, with no extraction process. Since they are [[w:public domain]], they can also be used for other software.
All terrain tiles, some landscape features, all monsters and objects, and some spell/effect graphics take the form of [[icon (computing)|Windows icon]]s. A tile is thus the size of an icon, 32 [[pixels]] square. This means that they can be applied to shortcuts, if desired, with no extraction process. Since they are [[w:public domain|public domain]], they can also be used for other software.


Multi-tile graphics, such as ball spells and town buildings, are [[w:bitmap]]s included in the executable file.
Multi-tile graphics, such as ball spells and town buildings, are [[w:bitmap|bitmap]]s included in the executable file.


No graphics use colours other than the Windows standard 16-colour palette (plus transparent). They exist in monochrome versions as well, suggesting that the game will run even if Windows’ video mode is set to [[w:monochrome|monochrome]].
No graphics use colours other than the Windows standard 16-colour palette (plus transparent). They exist in monochrome versions as well, suggesting that the game will run even if Windows’ video mode is set to [[w:monochrome|monochrome]].


The map view is identical to the playing-field view, except for being scaled to fit on one screen. (This actually ''increases'' the size of some levels on 1280x1024 screens.) A simplified map view is available to improve performance on even slower computers.
The map view is identical to the playing-field view, except for being scaled to fit on one screen. (This actually ''increases'' the size of some levels on 1280x1024 screens.) A simplified map view is available to improve performance on even slower computers.

Revision as of 00:46, 5 December 2005

stub
stub

This page is a stub. Help us expand it, and you get a cookie.

Graphics

All terrain tiles, some landscape features, all monsters and objects, and some spell/effect graphics take the form of Windows icons. A tile is thus the size of an icon, 32 pixels square. This means that they can be applied to shortcuts, if desired, with no extraction process. Since they are public domain, they can also be used for other software.

Multi-tile graphics, such as ball spells and town buildings, are bitmaps included in the executable file.

No graphics use colours other than the Windows standard 16-colour palette (plus transparent). They exist in monochrome versions as well, suggesting that the game will run even if Windows’ video mode is set to monochrome.

The map view is identical to the playing-field view, except for being scaled to fit on one screen. (This actually increases the size of some levels on 1280x1024 screens.) A simplified map view is available to improve performance on even slower computers.