Skip to content

Commit 13fce32

Browse files
committed
pong-8
1 parent e195d7f commit 13fce32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pong-8/main.lua

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ function love.load()
7878

7979
-- initialize window with virtual resolution
8080
push:setupScreen(VIRTUAL_WIDTH, VIRTUAL_HEIGHT, WINDOW_WIDTH, WINDOW_HEIGHT, {
81-
vsync = true,
8281
fullscreen = false,
83-
resizable = true
82+
resizable = false,
83+
vsync = true
8484
})
8585

8686
-- initialize score variables, used for rendering on the screen and keeping
@@ -258,4 +258,4 @@ function displayFPS()
258258
love.graphics.setFont(smallFont)
259259
love.graphics.setColor(0, 255, 0, 255)
260260
love.graphics.print('FPS: ' .. tostring(love.timer.getFPS()), 10, 10)
261-
end
261+
end

0 commit comments

Comments
 (0)