-
Notifications
You must be signed in to change notification settings - Fork 9
/
guidefs.h
47 lines (43 loc) · 1.65 KB
/
guidefs.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/*
This file is part of Retro Graphics Toolkit
Retro Graphics Toolkit 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 3 of the License, or any later version.
Retro Graphics Toolkit 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 Retro Graphics Toolkit. If not, see <http://www.gnu.org/licenses/>.
Copyright Sega16 (or whatever you wish to call me) (2012-2017)
*/
#pragma once
#define default_map_off_x 256
#define default_map_off_y 256
#define defaultspritex 192
#define defaultspritey 72
#define tile_placer_tile_offset_x 88
#define default_tile_placer_tile_offset_y 208
#define tile_place_buttons_x_off 8
#define palette_bar_offset_x 16
#define default_palette_bar_offset_y 56
#define palette_preview_box_x 408
#define palette_preview_box_y 208
#define default_tile_edit_offset_x 344
#define default_tile_edit_truecolor_off_x 8
#define default_tile_edit_truecolor_off_y 224
#define default_tile_edit_offset_y 224
#define true_color_box_size 48
#define default_true_color_box_y 188
#define default_true_color_box_x 732
#define DefaultChunkX 208
#define DefaultChunkY 80
//These values below must correspond with array offsets for tabs
#define pal_edit 0
#define tile_edit 1
#define tile_place 2
#define chunkEditor 3
#define spriteEditor 4
#define levelEditor 5
#define settingsTab 6
#define luaTab 7