浏览代码

whoa, is that an update, TWO?

master
Madiwka 1年前
父节点
当前提交
5db039bffe
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 二进制
      game.love
  2. +1
    -1
      main.lua

二进制
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


正在加载...
取消
保存