ソースを参照

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


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