Please add in an expression to get the platform angle of gravity number. It would be really useful.
It's really not that hard to keep track of this with your own instance variable.
Develop games in your browser. Powerful, performant & highly capable.
can you give me an example
Whenever you set the player gravity angle, set an instance variable (e.g. 'GravityAngle') instead. then, you just need one event saying:
every tick: Set player platform gravity angle to Player.GravityAngle
ty