add hollow asteroid under construction

This commit is contained in:
yuni 2024-05-01 03:31:30 +02:00
parent 35b56c2295
commit 95645e4ab1
6 changed files with 67 additions and 0 deletions

BIN
assets/models/crate.glb Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -285,6 +285,24 @@
---
- chat: Ash
- Oh, hello!
- Look, I'm very busy right now constructing this place.
- We can talk more once this is done.
- See you around.
---
- chat: River
- Welcome to our little oasis!
- This will be great once it's finished.
---
- chat: generic_questions_serenity
- Where are we?:
- Inside Jupiter's rings, obviously.

View file

@ -252,6 +252,53 @@ actor 5000 0 -3000 moonlet
scale 500
angularmomentum 0 0.015 0
actor 3200 -300 -2000 hollow_asteroid
name "Inconspicuous Asteroid"
id cultasteroid
collider mesh
relativeto player
density 10000000000
scale 40
pointofinterest yes
angularmomentum 0 0.015 0
actor 0 0 0 suitv2
relativeto cultasteroid
name "Ash"
chatid Ash
alive yes
collider handcrafted
thrust 1.2 1 1 20 1.5
wants maxrotation 0
wants maxvelocity 0
angularmomentum 0 0 0
pronoun they
actor -8 8 0 suitv2
relativeto cultasteroid
name "River"
chatid River
alive yes
collider handcrafted
thrust 1.2 1 1 20 1.5
wants maxrotation 0
wants maxvelocity 0
angularmomentum 0 0 0
rotationy 0.3
rotationx 1.5
pronoun she
actor 6 11 4 lightorb
relativeto cultasteroid
name "Light Orb"
scale 0.25
light FF8F4A 2000000
actor -6 4 8 lightorb
relativeto cultasteroid
name "Light Orb"
scale 0.25
light FF8F4A 2000000
actor -10 -14 0 crate
relativeto cultasteroid
name "Supply Crate"
actor -8200 -4400 -8100 asteroid_lum
relativeto player
name Lum

View file

@ -29,11 +29,13 @@ pub fn asset_name_to_path(name: &str) -> &'static str {
"asteroid1" => "models/asteroid.glb#Scene0",
"asteroid2" => "models/asteroid2.glb#Scene0",
"asteroid_lum" => "models/asteroid_lum.glb#Scene0",
"hollow_asteroid" => "models/hollow_asteroid.glb#Scene0",
"moonlet" => "models/moonlet.glb#Scene0",
"monolith" => "models/monolith_neon.glb#Scene0",
"lightorb" => "models/lightorb.glb#Scene0",
"orb_busstop" => "models/orb_busstop.glb#Scene0",
"orb_busstop_dim" => "models/orb_busstop_dim.glb#Scene0",
"crate" => "models/crate.glb#Scene0",
"MeteorAceGT" => "models/MeteorAceGT.glb#Scene0",
"satellite" => "models/satellite.glb#Scene0",
"pizzeria" => "models/pizzeria2.glb#Scene0",