Inf-Devs / procyon_skies

A game server, just like one of the .io games. Enjoy blasting each other.
1 stars 1 forks source link

Buggy Camera on Mobile #13

Open laifrank2002 opened 5 years ago

laifrank2002 commented 5 years ago

image

Where the sun is supposed to be, it doesn't shine. Neither does a lot of other things. Seems to be a viewport problem.

Clocks-in-a-Cooler commented 5 years ago

We're still working on mobile support (not for now, though.) Let's get our first desktop release, then work this through.

laifrank2002 commented 5 years ago

Found the problem. Turns out a pixel in canvas is NOT a pixel in a phone. Its... really bloody weird. Somehow 360px is really more than 360px, it's probably 720px. So we'll double everything and call it a day.