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
Testing speed capabilites
tags/online
madiwka3
4 years ago
parent
11f0c07b8f
commit
16ef742cc2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
main.lua
+ 1
- 1
main.lua
View File
@@ -775,7 +775,7 @@ function nettest(dt)
'|' .. tostring(ball[i].y) ..
'|' .. gameState ..
'|' .. tostring(ball[i].dx) ..
'|' .. tostring(ballSpeed)
'|' .. tostring(ballSpeed)
..
"|HOST")
print("SENT: " .. lastSentKey)
ts = 0
Write
Preview
Loading…
Cancel
Save