ソースを参照

Player 2 location online fix

tags/online
madiwka3 4年前
コミット
a0383ba6d1
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/baseGame.lua

+ 1
- 1
src/baseGame.lua ファイルの表示

@@ -32,7 +32,7 @@ function basegame(dt)
player2.dy = (paddle_SPEED + p2bonus) * -1
elseif ((globalState ~= "nettest" and love.keyboard.isDown(p2control.down))) then
player2.dy = paddle_SPEED + p2bonus
elseif (globalState ~= "nettest")
elseif (globalState ~= "nettest") then
player2.dy = 0
end
end


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