Skip to content

Commit 431f16a

Browse files
committed
Add a continue button overlay on the pause screen.
1 parent 0aa735d commit 431f16a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ function love.load(arg)
7373
touch:add("play", " ", "Launch", {left=70, top=70, bottom=100, right=100},
7474
love.graphics.newImage("images/android-arrow-up.png"))
7575

76+
touch:add("paused", " ", "Launch", {left=70, top=70, bottom=100, right=100},
77+
love.graphics.newImage("images/android-arrow-up.png"))
78+
7679
end
7780

7881
end

0 commit comments

Comments
 (0)