Quick engine, Quick Question:)
Why are these objects staying solid after I declare that they aren't
vines = map.extractSprites("vine")
for v in vines
v.solid = 0
v.fall = 0
end
This is a multi-sprite object witch means they are on top of each other.
if you need extra context like the map declaration I will gladly provide.