upgrade pizzeria & sign
This commit is contained in:
parent
7080c8d34c
commit
9f182f95de
BIN
assets/models/pizzasign.glb
Normal file
BIN
assets/models/pizzasign.glb
Normal file
Binary file not shown.
BIN
assets/models/pizzeria2.glb
Normal file
BIN
assets/models/pizzeria2.glb
Normal file
Binary file not shown.
24
src/defs.txt
24
src/defs.txt
|
@ -5,24 +5,28 @@ actor 300000 0 500000 jupiter
|
||||||
|
|
||||||
actor 3000 0 0 moonlet
|
actor 3000 0 0 moonlet
|
||||||
scale 500
|
scale 500
|
||||||
|
|
||||||
actor -2300 10 0 pizzeria
|
|
||||||
scale 30
|
|
||||||
rotationy -1
|
|
||||||
angularmomentum 0 0.0001 0
|
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
|
actor -50 0 0 suit
|
||||||
name Icarus
|
name Icarus
|
||||||
chatid hi_icarus
|
chatid hi_icarus
|
||||||
alive yes
|
alive yes
|
||||||
pronoun it
|
pronoun it
|
||||||
|
|
||||||
actor -2265 10 0 suit
|
|
||||||
name "Space Pizza™"
|
|
||||||
chatid pizzeria
|
|
||||||
alive yes
|
|
||||||
pronoun it
|
|
||||||
|
|
||||||
chat hi_icarus
|
chat hi_icarus
|
||||||
name Icarus
|
name Icarus
|
||||||
msg 2 INIT hi "Requesting permission to communicate..."
|
msg 2 INIT hi "Requesting permission to communicate..."
|
||||||
|
|
|
@ -11,7 +11,7 @@ pub const LOG_MAX: usize = 20;
|
||||||
pub const LOG_MAX_TIME_S: u64 = 20;
|
pub const LOG_MAX_TIME_S: u64 = 20;
|
||||||
pub const CHOICE_NONE: &str = "";
|
pub const CHOICE_NONE: &str = "";
|
||||||
pub const AMBIENT_LIGHT: f32 = 0.0; // Space is DARK
|
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] = ['❶', '❷', '❸', '❹', '❺', '❻', '❼', '❽', '❾', '⓿'];
|
||||||
pub const REPLY_NUMBERS: [char; 10] = ['①', '②', '③', '④', '⑤', '⑥', '⑦', '⑧', '⑨', '⑩'];
|
pub const REPLY_NUMBERS: [char; 10] = ['①', '②', '③', '④', '⑤', '⑥', '⑦', '⑧', '⑨', '⑩'];
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,8 @@ fn asset_name_to_path(name: &str) -> &'static str {
|
||||||
"asteroid1" => ASSET_ASTEROID1,
|
"asteroid1" => ASSET_ASTEROID1,
|
||||||
"asteroid2" => ASSET_ASTEROID2,
|
"asteroid2" => ASSET_ASTEROID2,
|
||||||
"moonlet" => "models/moonlet.glb#Scene0",
|
"moonlet" => "models/moonlet.glb#Scene0",
|
||||||
"pizzeria" => "models/pizzeria.glb#Scene0",
|
"pizzeria" => "models/pizzeria2.glb#Scene0",
|
||||||
|
"pizzasign" => "models/pizzasign.glb#Scene0",
|
||||||
_ => "models/error.glb#Scene0",
|
_ => "models/error.glb#Scene0",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue