Made it possible to paint windows to make them opaque.

Not tinted windows

Changed how painting and opacity work.

Clean timer
This commit is contained in:
xxalpha
2015-10-30 22:50:01 +00:00
parent 377b686237
commit 9f4db8078b
5 changed files with 49 additions and 26 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ var/global/list/globalBlankCanvases[AMT_OF_CANVASES]
//Drawing one pixel with a crayon
if(istype(I, /obj/item/toy/crayon))
var/obj/item/toy/crayon/C = I
DrawPixelOn(C.colour, pixX, pixY)
DrawPixelOn(C.paint_color, pixX, pixY)
return
..()