mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-23 18:35:37 +01:00
Fixed extra's menu being offset by 10 pixels
This commit is contained in:
parent
5c010b0291
commit
3f3aaf5185
1 changed files with 1 additions and 1 deletions
|
@ -1259,7 +1259,7 @@ screen extrasnavigation():
|
||||||
vbox:
|
vbox:
|
||||||
spacing 10
|
spacing 10
|
||||||
xpos 1885
|
xpos 1885
|
||||||
ypos 1130
|
ypos 1120
|
||||||
use main_menu_buttons("gui/button/menubuttons/template_idle.png",
|
use main_menu_buttons("gui/button/menubuttons/template_idle.png",
|
||||||
[
|
[
|
||||||
[ "Help", ShowMenu("help") ],
|
[ "Help", ShowMenu("help") ],
|
||||||
|
|
Loading…
Add table
Reference in a new issue