Don't leave the silly debugging malloc enabled
[xiph/unicode.git] / planarity / gameboard_logic_buttonbar.h
blob86fa6a279c115a44de182feb011c2acbcd0f4f71
1 /*
3 * gPlanarity:
4 * The geeky little puzzle game with a big noodly crunch!
5 *
6 * gPlanarity copyright (C) 2005 Monty <monty@xiph.org>
7 * Original Flash game by John Tantalo <john.tantalo@case.edu>
8 * Original game concept by Mary Radcliffe
10 * gPlanarity is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2, or (at your option)
13 * any later version.
15 * gPlanarity is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
20 * You should have received a copy of the GNU General Public License
21 * along with Postfish; see the file COPYING. If not, write to the
22 * Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
27 #define BUTTONBAR_Y_FROM_BOTTOM 25
28 #define BUTTONBAR_LINE_WIDTH 1
29 #define BUTTONBAR_TEXT_BORDER 15
30 #define BUTTONBAR_TEXT_COLOR .1,.1,.7,.8
31 #define BUTTONBAR_TEXT_SIZE 15.,18.
33 #define BUTTONBAR_ANIM_INTERVAL 15
34 #define BUTTONBAR_EXPOSE 50
35 #define BUTTONBAR_DELTA 3
37 #define BUTTONBAR_LEFT 5
38 #define BUTTONBAR_RIGHT 5
39 #define BUTTONBAR_BUTTONS 5
40 #define BUTTONBAR_BORDER 35
41 #define BUTTONBAR_SPACING 35