overhauls rendering + redoes some of widescreen/dynamic sizing + misc fixes (#4668)

Co-authored-by: VM_USER <VM_USER>
This commit is contained in:
silicons
2022-11-17 17:31:54 -06:00
committed by GitHub
co-authored by VM_USER <VM_USER>
parent 798902257c
commit bc5e0940a2
50 changed files with 1475 additions and 754 deletions
+8
View File
@@ -268,3 +268,11 @@
for(var/key in skipped)
errors?.Add("Skipping key [key] - no datum found.")
return TRUE
//! Skin stuff
/datum/preferences/proc/set_skin_data(key, value)
skin[key] = value
save_skin()
/datum/preferences/proc/get_skin_data(key)
return skin[key]