diff --git a/bundle/main.lua b/bundle/main.lua index 3d2376b..e84ca12 100644 --- a/bundle/main.lua +++ b/bundle/main.lua @@ -7,7 +7,7 @@ local wall_thickness = 0.01 local missiles = {} local missile_radius = 0.005 -local missile_trail_length = 7 +local missile_trail_length = 15 local cities = {} local city_radius = 0.05 @@ -57,7 +57,7 @@ function love.load() spawnCities() spawnMissile(0.5, 0.1, cities[3].x, cities[3].y, 0.2) spawnMissile(0.1, 0.3, cities[7].x, cities[7].y, 0.2) - spawnMissile(0.1, 0.3, cities[3].x, cities[3].y, 0.1) + spawnMissile(0.1, 0.3, cities[3].x, cities[3].y, 0.2) end function spawnCities()