I am using matter.js to create a simple game where you have to push a ball into the hole.
If I use isStatic: false
for ball object, it falls down when game is started. How can I rotate the whole platform so it is horizontal and objects don't fall down but can be pushed?