ソースを参照

Experimental Online

tags/chalkboard
madiwka3 4年前
コミット
ffd09af2d0
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      main.lua

+ 2
- 0
main.lua ファイルの表示

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


読み込み中…
キャンセル
保存