Bläddra i källkod

whoa, is that an update, TWO?

master
Madiwka 1 år sedan
förälder
incheckning
5db039bffe
2 ändrade filer med 1 tillägg och 1 borttagningar
  1. Binär
      game.love
  2. +1
    -1
      main.lua

Binär
game.love Visa fil


+ 1
- 1
main.lua Visa fil

@@ -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


Laddar…
Avbryt
Spara