I've done a lot of Googling and read the manual, and I can't find a specific answer or screenshot of where this setting is.
How do I set the Gravity in a game to be 0?
Thanks in advance!
I've done a lot of Googling and read the manual, and I can't find a specific answer or screenshot of where this setting is. How do I set the Gravity in a game to be 0? Thanks in advance!
if you mean gravity of a platform object, you can do it in the object properties in the behaviors section
Ah, should've specified! I'm working with Physics objects, and I don't want them to fall. Setting the Density to 0 does nothing to affect that.
My searching showed I can set the World Settings' Gravity to 0, but I can't find where that setting is?
Ah, should've specified! I'm working with Physics objects, and I don't want them to fall. Setting the Density to 0 does nothing to affect that. My searching showed I can set the World Settings' Gravity to 0, but I can't find where that setting is?
oh
it's in the events
do
on start of layout (or anything else you want like every tick and etc.) > the object > set world gravity to 0
Develop games in your browser. Powerful, performant & highly capable.
oh it's in the events do on start of layout (or anything else you want like every tick and etc.) > the object > set world gravity to 0
Oh, it's in the object itself!! Thank you so much for explaining it. I appreciate it ^^
> oh > it's in the events > do > on start of layout (or anything else you want like every tick and etc.) > the object > set world gravity to 0 Oh, it's in the object itself!! Thank you so much for explaining it. I appreciate it ^^
> oh
> it's in the events
> do
> on start of layout (or anything else you want like every tick and etc.) > the object > set world gravity to 0
you're welcome
have fun!