upgrade pizzeria & sign

This commit is contained in:
yuni 2024-03-21 04:34:09 +01:00
parent 7080c8d34c
commit 9f182f95de
5 changed files with 17 additions and 12 deletions

BIN
assets/models/pizzasign.glb Normal file

Binary file not shown.

BIN
assets/models/pizzeria2.glb Normal file

Binary file not shown.

View file

@ -5,24 +5,28 @@ actor 300000 0 500000 jupiter
actor 3000 0 0 moonlet
scale 500
actor -2300 10 0 pizzeria
scale 30
rotationy -1
angularmomentum 0 0.0001 0
actor -3300 10 0 pizzeria
scale 40
rotationy -0.25
angularmomentum 0 0 0
actor -3400 73 -13 pizzasign
scale 20
rotationy 0.45
angularmomentum 0.00001 0 0.0003
actor -3295 3 -32 suit
name "Space Pizza™"
chatid pizzeria
alive yes
pronoun it
actor -50 0 0 suit
name Icarus
chatid hi_icarus
alive yes
pronoun it
actor -2265 10 0 suit
name "Space Pizza™"
chatid pizzeria
alive yes
pronoun it
chat hi_icarus
name Icarus
msg 2 INIT hi "Requesting permission to communicate..."

View file

@ -11,7 +11,7 @@ pub const LOG_MAX: usize = 20;
pub const LOG_MAX_TIME_S: u64 = 20;
pub const CHOICE_NONE: &str = "";
pub const AMBIENT_LIGHT: f32 = 0.0; // Space is DARK
pub const AMBIENT_LIGHT_AR: f32 = 20.0;
pub const AMBIENT_LIGHT_AR: f32 = 15.0;
//pub const REPLY_NUMBERS: [char; 10] = ['❶', '❷', '❸', '❹', '❺', '❻', '❼', '❽', '❾', '⓿'];
pub const REPLY_NUMBERS: [char; 10] = ['①', '②', '③', '④', '⑤', '⑥', '⑦', '⑧', '⑨', '⑩'];

View file

@ -26,7 +26,8 @@ fn asset_name_to_path(name: &str) -> &'static str {
"asteroid1" => ASSET_ASTEROID1,
"asteroid2" => ASSET_ASTEROID2,
"moonlet" => "models/moonlet.glb#Scene0",
"pizzeria" => "models/pizzeria.glb#Scene0",
"pizzeria" => "models/pizzeria2.glb#Scene0",
"pizzasign" => "models/pizzasign.glb#Scene0",
_ => "models/error.glb#Scene0",
}
}