___________ _________ _____ __ \_ _____/______ ____ ____ \_ ___ \____________ _/ ____\/ |_ | __) \_ __ \_/ __ \_/ __ \/ \ \/\_ __ \__ \\ __\\ __\ | \ | | \/\ ___/\ ___/\ \____| | \// __ \| | | | \___ / |__| \___ >\___ >\______ /|__| (____ /__| |__| \/ \/ \/ \/ \/ ______________________ ______________________ T H E W A R B E G I N S FreeCraft - A free fantasy real time strategy game engine
(C) Copyright 2001 by The FreeCraft Project. Distributed under the "GNU General Public License"
(define-icon-wc-names icon-0 icon-1 ... icon-195)
(define-icon-wc-names 'icon-peasant 'icon-peon 'icon-footman ... )
This is the default icon mapping.
This could also be defined in own levels.
(define-icon ident tileset type argument file)
FIXME:
(define-icon 'icon-peasant 'tileset-summer 'normal 0 "icons (summer).png")Define the peasant icon referenced with icon-peasant for the summer tileset. It is a normal static icon. The graphic is loaded from the file "icons (summer).png" and is the first icon in this file.
This is an alternative name for the icon.
(define-icon-alias alias icon)
FIXME:
(define-icon-alias 'icon-raise-dead 'icon-skeleton)Now it is possible to get the icon "skeleton" also with the name "icon-raise-dead".