/* * XPilot NG XP-MapEdit, a map editor for xp maps. Copyright (C) 1993 by * * Aaron Averill * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * Modifications to XMapEdit * 1996: * Robert Templeman * 1997: * William Docter */ #define COLOR_BACKGROUND "black" #define COLOR_FOREGROUND "gray" #define COLOR_HIGHLIGHT "white" #define COLOR_SHADOW "black" #define COLOR_WALL "blue" #define COLOR_DECOR "green" #define COLOR_FUEL "red" #define COLOR_TREASURE "red" #define COLOR_TARGET "red" #define COLOR_ITEM_CONC "red" #define COLOR_GRAVITY "red" #define COLOR_CURRENT "red" #define COLOR_WORMHOLE "red" #define COLOR_BASE "white" #define COLOR_CANNON "white" #define COLOR_FRICTION "magenta"