Sfoglia il codice sorgente

Experimental Online

tags/chalkboard
madiwka3 4 anni fa
parent
commit
ffd09af2d0
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      main.lua

+ 2
- 0
main.lua Vedi File

@@ -713,6 +713,8 @@ function love.update(dt)
end
if globalState == "clienttest" then
if confirmation ~= "disconnected" then
if confirmation == "up1" then lastSentKeyP2 = lastSentKeyClient lastSentKeyP1 = lastSentKey else
lastSentKeyP1 = lastSentKeyClient lastSentKeyP2 = lastSentKey end
clientsBaseGame(dt)
end
clienttest(dt)


Caricamento…
Annulla
Salva