[Update] Config Page: VR Tab: Add restore default settings button.

This commit is contained in:
Sakamoto Shiina
2024-12-13 15:12:36 +09:00
parent b570034e5b
commit 6d84cabf88
3 changed files with 54 additions and 0 deletions

View File

@@ -15,6 +15,34 @@ export const ui_configs = {
z_pos: { step: 0.05, min: -0.5, max: 1.5 },
ui_scaling: { step: 10, min: 40, max: 200 },
},
overlay_small_log_default_settings: {
x_pos: 0.0,
y_pos: 0.0,
z_pos: 0.0,
x_rotation: 0.0,
y_rotation: 0.0,
z_rotation: 0.0,
display_duration: 5,
fadeout_duration: 2,
opacity: 1.0,
ui_scaling: 1.0,
tracker: "HMD",
},
overlay_large_log_default_settings: {
x_pos: 0.0,
y_pos: 0.0,
z_pos: 0.0,
x_rotation: 0.0,
y_rotation: 0.0,
z_rotation: 0.0,
display_duration: 5,
fadeout_duration: 2,
opacity: 1.0,
ui_scaling: 1.0,
tracker: "LeftHand",
},
selectable_ui_languages: [
{id: "en", label: "English"},
{id: "ja", label: "日本語"},