Merge pull request #7686 from ShadowLarkens/mcomputer_overlay

Allow separate overlays file for modular computers
This commit is contained in:
Atermonera
2020-09-26 13:31:02 -07:00
committed by VirgoBot
parent f0a70de1e1
commit 5fb16b70d6
2 changed files with 8 additions and 5 deletions

View File

@@ -24,6 +24,7 @@
// If you create a program which is limited to Laptops and Consoles you don't have to add it's icon_state overlay for Tablets too, for example.
icon = null // This thing isn't meant to be used on it's own. Subtypes should supply their own icon.
var/overlay_icon = null // Icon file used for overlays
icon_state = null
center_of_mass = null // No pixelshifting by placing on tables, etc.
randpixel = 0 // And no random pixelshifting on-creation either.