Some help on an element?

  • RadioActiveLua
    5th Dec 2013 Member 0 Permalink

    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.

  • FeynmanLogomaker
    5th Dec 2013 Member 0 Permalink

    I don't remember off the top of my head, but is the second return value supposed to be hexadecimal?

     

    (I'll check this...)

  • RadioActiveLua
    5th Dec 2013 Member 0 Permalink

    ok thanks