remove asteroid "Lum", it was pretty much just a test

This commit is contained in:
yuni 2024-10-03 00:55:28 +02:00
parent a89c53d998
commit 5caae03384
3 changed files with 0 additions and 17 deletions

Binary file not shown.

View file

@ -370,22 +370,6 @@ actor 13200 300 -3000 hollow_asteroid
collider mesh collider mesh
name "Supply Crate" name "Supply Crate"
actor -8200 -4400 -8100 asteroid_lum
relativeto player
name Lum
id Lum
collider mesh
density 10000000000
scale 300
rotationy 147
angularmomentum 0 0.015 0
actor 70 30 30 lightorb
relativeto Lum
name "Light Orb"
collider mesh
scale 3
light FF8F4A 500000000
actor -200 -110 1000 satellite actor -200 -110 1000 satellite
name "Communications Satellite" name "Communications Satellite"
relativeto player relativeto player

View file

@ -34,7 +34,6 @@ pub fn asset_name_to_path(name: &str) -> &'static str {
"sus" => "models/sus.glb#Scene0", "sus" => "models/sus.glb#Scene0",
"asteroid1" => "models/asteroid.glb#Scene0", "asteroid1" => "models/asteroid.glb#Scene0",
"asteroid2" => "models/asteroid2.glb#Scene0", "asteroid2" => "models/asteroid2.glb#Scene0",
"asteroid_lum" => "models/asteroid_lum.glb#Scene0",
"hollow_asteroid" => "models/hollow_asteroid.glb#Scene0", "hollow_asteroid" => "models/hollow_asteroid.glb#Scene0",
"moonlet" => "models/moonlet.glb#Scene0", "moonlet" => "models/moonlet.glb#Scene0",
"monolith" => "models/monolith_neon.glb#Scene0", "monolith" => "models/monolith_neon.glb#Scene0",