touch screen gui: moved rare controls bar a little bit (these 3 dots on the left)

This commit is contained in:
Looki2000 2023-02-23 15:37:24 +01:00
parent 355c7e3756
commit 5d3330377e
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 0a15121fbfbcbdbe1bb34c6abbd0c04214929c0d
Subproject commit adefaaf592d9479cc3870c270ef9d415c305ee5a

View File

@ -552,10 +552,10 @@ void TouchScreenGUI::init(ISimpleTextureSource *tsrc)
m_rarecontrolsbar.init(m_texturesource, "rare_controls.png",
rare_controls_starter_id,
v2s32(1.25 * button_size,
v2s32(0.75 * button_size,
m_screensize.Y - ((RARE_CONTROLS_BAR_Y_OFFSET + 1.0) * button_size)
+ (0.5 * button_size)),
v2s32(1.75 * button_size,
v2s32(1.25 * button_size,
m_screensize.Y - (RARE_CONTROLS_BAR_Y_OFFSET * button_size)
+ (0.5 * button_size)),
AHBB_Dir_Left_Right, 2.0);