Преглед на файлове

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


Зареждане…
Отказ
Запис