Faces different directions

This commit is contained in:
Sam
2024-09-29 16:40:00 +13:00
parent 7e755bbc27
commit 52c5462b08
3 changed files with 65 additions and 51 deletions

View File

@@ -52,9 +52,9 @@ async function fetchConfig(className) {
// Movement controls
{
type: "range",
min: -360,
min: 0,
max: 360,
defaultValue: 90,
defaultValue: 1,
property: "moveDirection"
},
{