소스 검색

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)


불러오는 중...
취소
저장