Просмотр исходного кода

whoa, is that an update, TWO?

master
Madiwka 1 год назад
Родитель
Сommit
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


Загрузка…
Отмена
Сохранить