The Lua fourm wasent helping, matter of fact no one even relplied. so I'll try this fourm.
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)
Thanks if you can help.
I don't remember off the top of my head, but is the second return value supposed to be hexadecimal?
(I'll check this...)
ok thanks