So I'm Re-Creating STAR and I want to make the glow effect brighter... How would I do this?
local function graphics1(i, colr, colg, colb)
return 1,0x00000008,255,155,155,255,255,255,255,255
end
tpt.graphics_func(graphics1,STAR)
Can someone give some feedback...
really?