fix: settings spawn in wrong spot

This commit is contained in:
galister
2024-06-04 17:51:31 +09:00
parent b8a0e3630d
commit a0a853825c
4 changed files with 36 additions and 18 deletions

View File

@@ -632,6 +632,7 @@ fn create_screen_state(
name: name.clone(),
grabbable: true,
recenter: true,
anchored: true,
interactable: true,
spawn_scale: 1.5 * session.config.desktop_view_scale,
spawn_point: vec3a(0., 0.5, 0.),