laser colors, improve scaling (wip)

This commit is contained in:
galister
2024-01-28 18:50:50 +01:00
parent e1e8165cc6
commit 328ef3cfde
11 changed files with 73 additions and 27 deletions

View File

@@ -118,9 +118,9 @@ where
state: OverlayState {
name: Arc::from("kbd"),
show_hide: true,
width,
size: (size.x as _, size.y as _),
grabbable: true,
spawn_scale: width,
spawn_point: vec3a(0., -0.5, -1.),
interaction_transform,
..Default::default()