Explorar el Código

Changed level 5

tags/8.1
Madiwka3 hace 3 años
padre
commit
fb36dbd2ab
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. +3
    -2
      levels/level5.lua

+ 3
- 2
levels/level5.lua Ver fichero

@@ -9,6 +9,7 @@ function level5.load()
playbutts = {}
guibutts = {}
thrusterMax = 100
cameraControl = true
firstShip.fuel = 100
VCAM.x, VCAM.y = 0, WINDOW_HEIGHT/2
explosions = {}
@@ -31,8 +32,8 @@ function level5.load()
table.insert(guibutts, menu:addButton("To menu", function ()
levelgeneral.goBack()
end))
table.insert(planets, planet(0, 2000, 50, 0.3, asteroidImage, "nodelete"))
table.insert(planets, planet(100, 2000, 50, 0.3, asteroidImage, "nodelete"))
table.insert(planets, planet(-100, 2000, 50, 0.3, asteroidImage, "nodelete"))
table.insert(planets, planet(200, 2000, 50, 0.3, asteroidImage, "nodelete"))
table.insert(planets, planet(50, 1700, 50, 0.3, asteroidImage, "nodelete"))
end



Cargando…
Cancelar
Guardar