add space_drag_unlocked settings

This commit is contained in:
galister
2025-12-22 13:08:02 +09:00
parent 1a1e1c51b0
commit e6cb608bbf
4 changed files with 43 additions and 28 deletions

View File

@@ -205,6 +205,9 @@ pub struct GeneralConfig {
#[serde(default = "def_point3")]
pub pointer_lerp_factor: f32,
#[serde(default = "def_true")]
pub space_drag_unlocked: bool,
#[serde(default = "def_false")]
pub space_rotate_unlocked: bool,