Procházet zdrojové kódy

Experimental Online

tags/chalkboard
madiwka3 před 4 roky
rodič
revize
ffd09af2d0
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      main.lua

+ 2
- 0
main.lua Zobrazit soubor

@@ -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)


Načítá se…
Zrušit
Uložit