Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
viewing outside of the player — Gideros Forum

viewing outside of the player

is there a way to view (gideros player) outside of the frame where we define our logical width and height?
like the box2d collision example, where the box is created outside of the frame with the value -ve
i would like the option to see it, as i want to make a platformer type game where the "stage" is bigger then
the screen size, i hope i'am making myself clear

Comments

  • PaulRPaulR Member, Maintainer
    Hi, yes of course! You can make a tilemap (or any sprite) that is much bigger than the screen size and move it around. Have a look at the Desert and the Sewers examples to see.
  • @hoangnganvy1993 Just right-click on the project in the tree, set the scaling mode to whatever you like - it's most likely set to none. "Stretch" is a good one. Then run the demo again.

    Likes: Apollo14

    Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!).
    https://deluxepixel.com
    +1 -1 (+1 / -0 )Share on Facebook
Sign In or Register to comment.