Hello! ideas

Home Forums Wayward Hello! ideas

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2703
    Brian
    Member

    Hello, im Brian from Argentina, i like this game, i tried to play it on an ipod touch 3g. first of all, it runs, but it’s scaled, so the “pixelated” part wasn’t there. so i injected a meta tag
    <meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1″ />
    which makes it scall to 1:1 proportion, it works but most of the bottom things doesnt fit, so first of all i would like to make this game playable on smaller screens. i think it would be a nice thing to do this
    if(innerWidth < 750){

    // Display some buttons to toogle things like map and status
    }else{
    // Display it normally
    }

    #2706

    Hey there,

    Thanks for tinkering. The game seems to work decently on a retina device or iPad, but gets a little too small on smaller devices as you noticed. This will be improved over time for sure.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.