Moved UI to new IK settings tab

This commit is contained in:
SDraw 2022-12-16 18:49:48 +00:00 committed by SDraw
parent c7556b3bfe
commit 7f2aee386e
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ This mod adds features for AAS animator and avatar locomotion behaviour.
* Put `ml_amt.dll` in `Mods` folder of game
# Usage
Available mod's settings in `Settings - Implementation - Avatar Motion Tweaker`:
Available mod's settings in `Settings - IK - Avatar Motion Tweaker`:
* **IK override while crouching:** disables legs locomotion/autostep upon HMD reaching `Crouch limit`; default value - `true`.
* **Crouch limit:** defines crouch limit; default value - `65`.
* Note: Can be overrided by avatar. For this avatar has to have child gameobject with name `CrouchLimit`, its Y-axis location will be used as limit, should be in range [0.0, 1.0].

View file

@ -250,7 +250,7 @@ function inp_toggle_mod_amt(_obj, _callbackName) {
</div>
</div>
`;
document.getElementById('settings-implementation').appendChild(l_block);
document.getElementById('settings-ik').appendChild(l_block);
// Update sliders in new menu block
let l_sliders = l_block.querySelectorAll('.inp_slider');