playMaker

Author Topic: 2X Scale on screen  (Read 2317 times)

4ppleseed

  • Full Member
  • ***
  • Posts: 226
2X Scale on screen
« on: July 09, 2013, 05:41:55 PM »
Hi all,
I've finished a game I'd now like to scale the whole thing twice as big in the browser. Is there a way to do this?

The game is at 150x150 but I'd like it to look 300x300 in the browser without having to change all the objects.

Thanks for your time.

escpodgames

  • Hero Member
  • *****
  • Posts: 687
    • Assets
Re: 2X Scale on screen
« Reply #1 on: July 09, 2013, 08:30:44 PM »
Need more info, have you used any gui plugins? Unity gui? Or is it all 3D?

4ppleseed

  • Full Member
  • ***
  • Posts: 226
Re: 2X Scale on screen
« Reply #2 on: July 10, 2013, 06:02:00 AM »
I'm just using Playmaker and 2D Toolkit. It's in Orthographic, so looks flat and 2D.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: 2X Scale on screen
« Reply #3 on: July 10, 2013, 06:14:03 AM »
Hi,

 Simply set your camera size to 0.5 ( it should be 1 currently), and everything will be twice as big.

But yif you are looking to keep everything int he same screen position, then you will likely have to move your stuff on screen.

also, there is a scale factor on your objects ( the transform itself, or actually the sprite definition itself). I know you don't want to edit your objects, but I am not how it's feasible without editing them otherwise. Maybe someone will step up with the right solution.

bye,

 Jean