games50 / pong

Atari's 1972 classic, implemented in Lua with LÖVE
835 stars 1.13k forks source link

window size pong 2 onwards 11.3 #55

Open priyam23g opened 4 years ago

priyam23g commented 4 years ago

zoomed in. cant see full screen

VKiNGpl commented 4 years ago

How did you zoom in? I'm guessing you might have changed the values for the window or virtual width and height?

Make sure that they are set to: WINDOW_WIDTH = 1280 WINDOW_HEIGHT = 720

VIRTUAL_WIDTH = 432 VIRTUAL_HEIGHT = 243

priyam23g commented 4 years ago

The problem was solved. something was wrong with my push.lua file. thanks a lot though:)