I have a jumping game that uses objects with physics and gravity.
I'd like to have some objects - helium balloons - that float or hover in the air, yet also have physics properties - such as the player pushing them out of the way.
Does anyone know how I can create these kinds of sprites - with physics, but defying gravity?
Every time I try to make this kind of object, it always immediately falls to the ground.
Thanks!