Browse Source

Changed level 5

tags/8.1
Madiwka3 3 years ago
parent
commit
fb36dbd2ab
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      levels/level5.lua

+ 3
- 2
levels/level5.lua View File

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



Loading…
Cancel
Save