final new NanoUI fixes and tgui port

This commit is contained in:
SinTwo
2016-07-27 23:01:26 -04:00
parent 0086d61d56
commit fe46fac5cc
166 changed files with 5075 additions and 412 deletions

View File

@@ -150,6 +150,18 @@ var/list/_client_preferences_by_type
enabled_description = "Fancy"
disabled_description = "Plain"
/datum/client_preference/tgui_style
description ="tgui Style"
key = "TGUI_FANCY"
enabled_description = "Fancy"
disabled_description = "Plain"
/datum/client_preference/tgui_monitor
description ="tgui Monitor"
key = "TGUI_MONITOR"
enabled_description = "Primary"
disabled_description = "All"
/********************
* Staff Preferences *
********************/