add "sus" suit

This commit is contained in:
yuni 2024-06-14 15:51:31 +02:00
parent c273217f65
commit 02499e8d05
5 changed files with 21 additions and 0 deletions

BIN
assets/models/sus.glb Normal file

Binary file not shown.

BIN
src/blender/sus.blend Normal file

Binary file not shown.

View file

@ -423,3 +423,10 @@
- chat: SubduedClippy - chat: SubduedClippy
- At your service! - At your service!
---
- chat: Sus
- Weeeeeeeeeeeeeeeeeeeee!

View file

@ -485,6 +485,19 @@ actor 30 -12 -40 suitv2
scale 0.25 scale 0.25
light FF8F4A 5000000 light FF8F4A 5000000
actor 20 -12 -30 sus
template person
relativeto player
name Sus
id Sus
chatid Sus
angularmomentum 0.4 0.2 0.1
wants maxrotation 0.2
wants matchvelocitywith pizzeria
rotationy 108
rotationx 180
pronoun he
actor -300 0 40 suitv2 actor -300 0 40 suitv2
template person template person
relativeto player relativeto player

View file

@ -31,6 +31,7 @@ pub fn asset_name_to_path(name: &str) -> &'static str {
"suitv2" => "models/suit_v2/suit_v2.glb#Scene0", "suitv2" => "models/suit_v2/suit_v2.glb#Scene0",
"suit_ar_chefhat" => "models/suit_v2/ar_chefhat.glb#Scene0", "suit_ar_chefhat" => "models/suit_v2/ar_chefhat.glb#Scene0",
"suit_ar_wings" => "models/suit_v2/ar_wings.glb#Scene0", "suit_ar_wings" => "models/suit_v2/ar_wings.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", "asteroid_lum" => "models/asteroid_lum.glb#Scene0",