WIP: clap

This commit is contained in:
2026-02-20 22:14:21 +01:00
parent bf361d3ab9
commit 6216b9341b
76 changed files with 9103 additions and 143 deletions

View File

@@ -23,6 +23,9 @@ pub fn default_ctx() -> StepContext<'static> {
cc_access: None,
speed_key: "__speed_0_0__",
chain_key: "__chain_0_0__",
mouse_x: 0.5,
mouse_y: 0.5,
mouse_down: 0.0,
}
}