add OutFly™ SecondSkyn Modern Astronaut Spacesuit/Loungewear

This commit is contained in:
yuni 2024-03-21 02:51:07 +01:00
parent 52e5b09ffa
commit 402883d8bf
2 changed files with 1 additions and 1 deletions

BIN
assets/models/suit.glb Normal file

Binary file not shown.

View file

@ -20,7 +20,7 @@ const ASSET_ASTEROID1: &str = "models/asteroid.glb#Scene0";
const ASSET_ASTEROID2: &str = "models/asteroid2.glb#Scene0";
fn asset_name_to_path(name: &str) -> &'static str {
match name {
"suit" => "external/alien.glb#Scene0",
"suit" => "models/suit.glb#Scene0",
"jupiter" => "models/jupiter.glb#Scene0",
"asteroid1" => ASSET_ASTEROID1,
"asteroid2" => ASSET_ASTEROID2,