mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user