mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
[MIRROR] tgui 516 (#10158)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
021ac2b32d
commit
bb759b294c
@@ -81,7 +81,7 @@
|
||||
savefile_identifier = PREFERENCE_PLAYER
|
||||
|
||||
minimum = 1
|
||||
maximum = 5
|
||||
maximum = 20
|
||||
step = 1
|
||||
|
||||
/datum/preference/numeric/tgui_say_height/create_default_value()
|
||||
@@ -90,6 +90,22 @@
|
||||
/datum/preference/numeric/tgui_say_height/apply_to_client(client/client, value)
|
||||
client.tgui_say?.load()
|
||||
|
||||
|
||||
/datum/preference/numeric/tgui_say_width
|
||||
category = PREFERENCE_CATEGORY_GAME_PREFERENCES
|
||||
savefile_key = "tgui_say_width"
|
||||
savefile_identifier = PREFERENCE_PLAYER
|
||||
|
||||
minimum = 360
|
||||
maximum = 800
|
||||
step = 20
|
||||
|
||||
/datum/preference/numeric/tgui_say_width/create_default_value()
|
||||
return 360
|
||||
|
||||
/datum/preference/numeric/tgui_say_width/apply_to_client(client/client, value)
|
||||
client.tgui_say?.load()
|
||||
|
||||
/datum/preference/text/preset_colors
|
||||
category = PREFERENCE_CATEGORY_MANUALLY_RENDERED
|
||||
savefile_identifier = PREFERENCE_PLAYER
|
||||
|
||||
Reference in New Issue
Block a user