games50 / pong

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

I am not able to see part of the screen #63

Closed catdisk04 closed 3 years ago

catdisk04 commented 3 years ago

This the code I am using: New Text Document.txt

a part of my screen is not seen. therefore, I am not able o see the paddles. What is the mistake I am doing? What should I change?

These are my screen dimensions: Screenshot (121)

coltonoscopy commented 3 years ago

@AldisDaniel try embedding the code using "Insert code" instead of attaching a txt file if possible (makes it easier for myself and others), but my instinct is that you should just change the WINDOW_WIDTH and WINDOW_HEIGHT constants in the code from 1920 and 1080 respectively to 1280 and 720 and that ought to work well!