mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
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:
@@ -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
|
||||
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user