mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
fps (#17676)
This commit is contained in:
@@ -196,7 +196,7 @@
|
||||
if("ooc")
|
||||
pref.ooccolor = initial(pref.ooccolor)
|
||||
if("fps")
|
||||
pref.clientfps = 0
|
||||
pref.clientfps = initial(pref.clientfps)
|
||||
return TOPIC_REFRESH
|
||||
|
||||
return ..()
|
||||
|
||||
@@ -159,7 +159,7 @@ var/list/preferences_datums = list()
|
||||
|
||||
// SPAAAACE
|
||||
var/toggles_secondary = PROGRESS_BARS | FLOATING_MESSAGES | HOTKEY_DEFAULT
|
||||
var/clientfps = 40
|
||||
var/clientfps = 100
|
||||
var/floating_chat_color
|
||||
var/speech_bubble_type = "default"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user