Explorar el Código

whoa, is that an update, TWO?

master
Madiwka hace 1 año
padre
commit
5db039bffe
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. BIN
      game.love
  2. +1
    -1
      main.lua

BIN
game.love Ver fichero


+ 1
- 1
main.lua Ver fichero

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


Cargando…
Cancelar
Guardar