Home
last modified time | relevance | path

Searched refs:quit_button_offset_c (Results 1 – 2 of 2) sorted by relevance

/dports/games/gigalomania/gigalomaniasrc/
H A Dgamestate.h46 const int quit_button_offset_c = 24; variable
H A Dgamestate.cpp1271 …y_c, default_width_c - offset_land_x_c, default_height_c - offset_land_y_c - quit_button_offset_c); in reset()
1291 …pause_button = new Button(default_width_c - 80, default_height_c - quit_button_offset_c, "PAUSE", … in reset()
1294 …quit_button = new Button(default_width_c - 32, default_height_c - quit_button_offset_c, "QUIT", ga… in reset()