/* * * gPlanarity: * The geeky little puzzle game with a big noodly crunch! * * gPlanarity copyright (C) 2005 Monty * Original Flash game by John Tantalo * Original game concept by Mary Radcliffe * * gPlanarity 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, or (at your option) * any later version. * * gPlanarity 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 Postfish; see the file COPYING. If not, write to the * Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. * * */ #define BUTTONBAR_Y_FROM_BOTTOM 25 #define BUTTONBAR_LINE_WIDTH 1 #define BUTTONBAR_TEXT_BORDER 15 #define BUTTONBAR_TEXT_COLOR .1,.1,.7,.8 #define BUTTONBAR_TEXT_SIZE 15.,18. #define BUTTONBAR_ANIM_INTERVAL 15 #define BUTTONBAR_EXPOSE 50 #define BUTTONBAR_DELTA 3 #define BUTTONBAR_LEFT 5 #define BUTTONBAR_RIGHT 5 #define BUTTONBAR_BUTTONS 5 #define BUTTONBAR_BORDER 35 #define BUTTONBAR_SPACING 35