Ports precision placement of items

This commit is contained in:
Atermonera
2020-02-21 23:34:56 -08:00
committed by VirgoBot
parent de0565ca60
commit 11eed81b92
43 changed files with 190 additions and 56 deletions

View File

@@ -24,8 +24,8 @@
icon = null // This thing isn't meant to be used on it's own. Subtypes should supply their own icon.
icon_state = null
//center_of_mass = null // No pixelshifting by placing on tables, etc.
//randpixel = 0 // And no random pixelshifting on-creation either.
center_of_mass = null // No pixelshifting by placing on tables, etc.
randpixel = 0 // And no random pixelshifting on-creation either.
var/icon_state_unpowered = null // Icon state when the computer is turned off
var/icon_state_menu = "menu" // Icon state overlay when the computer is turned on, but no program is loaded that would override the screen.
var/icon_state_screensaver = null