This website works better with JavaScript.
Home
Explore
Help
Sign In
Madiwka
/
NuclearPong
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
8
Wiki
Activity
Browse Source
0.7.9 update
tags/gentletouch
Madiwka3
4 years ago
parent
4ff0eb9cc6
commit
11600055d3
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
main.lua
+1
-2
src/constantvars.lua
+ 1
- 0
main.lua
View File
@@ -193,6 +193,7 @@ function love.load()
if globalState == "base" and gameState ~= "done" then
paused = true
else
TEXT = "Nuclear Pong"
resettinggenius()
paused = false
gameState = "menu"
+ 1
- 2
src/constantvars.lua
View File
@@ -1,5 +1,4 @@
VIRTUAL_WIDTH = 1280
VIRTUAL_HEIGHT = 720
WINDOW_WIDTH = 1280
WINDOW_HEIGHT = 720
isAndroid = true
WINDOW_HEIGHT = 720
Write
Preview
Loading…
Cancel
Save