1
0
mirror of https://github.com/minetest/minetest.git synced 2024-11-14 14:30:31 +01:00

Android: Move touchscreen rare controls inline with settings icon (#8006)

This commit is contained in:
stujones11 2018-12-20 21:11:57 +00:00 committed by Paramat
parent b7eb81fed9
commit ba07a8b872

View File

@ -81,7 +81,7 @@ typedef enum {
#define BUTTON_REPEAT_DELAY 0.2f
#define SETTINGS_BAR_Y_OFFSET 5
#define RARE_CONTROLS_BAR_Y_OFFSET 4
#define RARE_CONTROLS_BAR_Y_OFFSET 5
extern const char **touchgui_button_imagenames;
extern const char **touchgui_joystick_imagenames;