misc fixes

This commit is contained in:
Nova
2023-03-08 02:03:28 -05:00
parent 1c90ed98cf
commit d5728eeccc
4 changed files with 11 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ use std::process::{Command, Stdio};
use tween::{QuartInOut, Tweener};
const MODEL_SCALE: f32 = 0.03;
const ACTIVATION_DISTANCE: f32 = 1.0;
const ACTIVATION_DISTANCE: f32 = 0.5;
fn model_from_icon(parent: &Spatial, icon: &Icon) -> Result<Model> {
return match &icon.icon_type {