Jump to content

checking enable Body


dthrasher90
 Share

Recommended Posts

  create: function(qb, wr1, wr2, wr3, ct, rg, rt, lg, lt, football){


          var field = game.add.sprite(15, 50, 'field');
              field.scale.setTo(1.1);
              field.anchor.setTo(0);

              game.physics.enable(field, Phaser.Physics.ARCADE);
          

              console.log(field);
              console.log("in Game Action State");
          // console.log("GAS new spotws ==  ", newBallSpotx, newBallSpoty);

Like is this correct?

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...