Jump to content

new Space Bounds into a Game Bounds


masterblaster
 Share

Recommended Posts

Hi folks! )

I'm newbie with Phaser.

And I have a question about new bounds into a game bounds.

So, I have a game with usual parameters, something like

var game  = new Phaser.Game (270, 480, Phaser.AUTO, '', { preload: preload, create: create, update: update,} );

Where game bounds is 270*480

And I wish to create a new space with new bounds into this game, where a player can do something. 

Another game space I plan to use for points and etc.

How I can do that?

Tnx

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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