소스 검색

whoa, is that an update, TWO?

master
Madiwka 1 년 전
부모
커밋
5db039bffe
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      game.love
  2. +1
    -1
      main.lua

BIN
game.love 파일 보기


+ 1
- 1
main.lua 파일 보기

@@ -38,7 +38,7 @@ function regulator()
end
if #edibles < #bugs/3 and rules["abundantFood"] then
table.insert(edibles, edible(math.random(0, VIRTUAL_HEIGHT), math.random(0, VIRTUAL_WIDTH), 10))
elseif #edibles <= 3 then
elseif #edibles <= 10 then
table.insert(edibles, edible(math.random(0, VIRTUAL_HEIGHT), math.random(0, VIRTUAL_WIDTH), 10))
end
end


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