mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
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:
co-authored by
LemonInTheDark
parent
8d6624967e
commit
35f3fa11c8
@@ -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
|
||||
Reference in New Issue
Block a user