Upstream merge 65326 (#12460)

* [MDB IGNORE] TGUI library, plus polish

* Update _computer.dm

* Update manuals.dm

* Update medguns.dm

Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
This commit is contained in:
Gandalf
2022-04-01 01:20:27 +01:00
committed by GitHub
co-authored by LemonInTheDark
parent 8d6624967e
commit 35f3fa11c8
48 changed files with 44695 additions and 42493 deletions
+10
View File
@@ -0,0 +1,10 @@
/datum/asset/spritesheet/bibles
name = "bibles"
/datum/asset/spritesheet/bibles/create_spritesheets()
var/obj/item/storage/book/bible/holy_template = /obj/item/storage/book/bible
InsertAll("display", initial(holy_template.icon))
/datum/asset/spritesheet/bibles/ModifyInserted(icon/pre_asset)
pre_asset.Scale(224, 224) // Scale up by 7x
return pre_asset