diff --git a/screens.rpy b/screens.rpy index 97f5a59..32f016a 100644 --- a/screens.rpy +++ b/screens.rpy @@ -281,8 +281,12 @@ style quick_button is default style quick_button_text is button_text style quick_menu: - xalign 0.5 - yalign 1.0 + # hacky way to make them not show up for now but i dont really gaf. its easier than any of the other implementations ive played with so far + + xpos 50000 + ypos 50000 + # xalign 0.5 + # yalign 1.0 style quick_menu_nvl: xalign 0.90 diff --git a/screens.rpyc b/screens.rpyc index 2e41e41..93d27a0 100644 Binary files a/screens.rpyc and b/screens.rpyc differ