Set the gravity of the world.
== Function ==
=== Synopsis ===
<source lang="lua">
World:setGravity( x, y )
</source>
=== Arguments ===
{{param|number|x|The x component of gravity.}}
{{param|number|y|The y component of gravity.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::World]]
[[Category:Functions]]
{{#set:Description=Set the gravity of the world.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|World:setGravity}}