I just started making games with Phaser JS and want to know what other options are there for the default in the physics part of the config and what they do.
<code>physics: {
default: 'arcade',
arcade: {
gravity: { x: 50 },
enableBody: true,
}
</code>
<code>physics: {
default: 'arcade',
arcade: {
gravity: { x: 50 },
enableBody: true,
}
</code>
physics: {
default: 'arcade',
arcade: {
gravity: { x: 50 },
enableBody: true,
}
I searched on the Phaser website but I couldn’t find much information.
New contributor
AshBoomstick1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.