Alternative collider scale

This commit is contained in:
SDraw 2022-12-27 23:18:35 +03:00
parent 027e6c29cd
commit 25969abef9
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
7 changed files with 103 additions and 6 deletions

View file

@ -249,6 +249,13 @@ function inp_toggle_mod_amt(_obj, _callbackName) {
<div id="DetectEmotes" class ="inp_toggle no-scroll" data-current="true"></div>
</div>
</div>
<div class ="row-wrapper">
<div class ="option-caption">Alternative avatar collider scale: </div>
<div class ="option-input">
<div id="CollisionScale" class ="inp_toggle no-scroll" data-current="true"></div>
</div>
</div>
`;
document.getElementById('settings-ik').appendChild(l_block);