Makes TGUI strip menu size toggleable (#25763)

* toggleable fullsize strip menu

* name.

* TGUI rebuild

* tgui rebuild

* TGUI rebuild

* TGUI rebuild

* TGUI rebuild

* TGUI rebuild

* TGUI rebuild
This commit is contained in:
HMBGERDO
2024-07-06 08:42:40 +00:00
committed by GitHub
parent 608b4223b9
commit 7764d13257
7 changed files with 255 additions and 73 deletions
@@ -1130,6 +1130,9 @@
toggles2 ^= PREFTOGGLE_2_PARALLAX_IN_DARKNESS
parent.mob?.hud_used?.update_parallax_pref()
if("tgui_strip_menu")
toggles2 ^= PREFTOGGLE_2_BIG_STRIP_MENU
if("screentip_mode")
var/desired_screentip_mode = tgui_input_number(user, "Pick a screentip size, pick 0 to disable screentips. (We suggest a number between 8 and 15):", "Screentip Size", screentip_mode, 20, 0)
if(isnull(desired_screentip_mode))