DigitMagazine

Devworx Jan 2019 Arcade Physics

Dec 25th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. var config = {
  2.    type: Phaser.AUTO,
  3.    width: 800,
  4.    height: 600,
  5.    physics: {
  6.        default: 'arcade',
  7.        arcade: {
  8.            gravity: { y: 300 },
  9.            debug: false
  10.        }
  11.    }
Add Comment
Please, Sign In to add comment