Hi Caleb,
Thanks for the great library. I am still learning how to use it.
I am using the “circles” preset. Is it possible to have custom images (instead of the standard circles) ?
Thanks!
local s = {} s.sampleVent = CBE.NewVent{ preset = "circles", hasColor = true, parentGroup = g\_bubblesAnimations, emitDelay = 500, perEmit = 1, scale = 1.0, lifeSpan = 1000, color = color, physics = { velocity = 1, minX = 0.1, minY = 0.1, maxX = 0.5, maxY = 0.5, }, } s.sampleVent:start()