mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Add fit viewport verb and automatic pref
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/datum/preference/toggle/auto_fit_viewport
|
||||
category = PREFERENCE_CATEGORY_GAME_PREFERENCES
|
||||
savefile_key = "auto_fit_viewport"
|
||||
savefile_identifier = PREFERENCE_PLAYER
|
||||
|
||||
/datum/preference/toggle/auto_fit_viewport/apply_to_client_updated(client/client, value)
|
||||
INVOKE_ASYNC(client, /client/verb/fit_viewport)
|
||||
Reference in New Issue
Block a user