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.1 Added hit animations
tags/chalkboard
madiwka3
4 years ago
parent
6217df2cf7
commit
c6522663d6
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+1
-1
main.lua
+ 1
- 0
.gitignore
View File
@@ -1,3 +1,4 @@
conf.lua
game.love
game.zip
debuggame.sh
+ 1
- 1
main.lua
View File
@@ -1336,7 +1336,7 @@ function love.draw()
love.graphics.translate(dx, dy)
end
if (gameState == 'menu') then
updateTEXT = '0.7 Chalkboard Update'
updateTEXT = '0.7
.1
Chalkboard Update'
end
serveBot()
hardmanager()
Write
Preview
Loading…
Cancel
Save