EAT ANiMation, duration is now number of bites. also fixxed timestamp

This commit is contained in:
Sam
2024-06-29 21:37:51 +12:00
parent ecd605e6e4
commit 8a6aa8beab
3 changed files with 23 additions and 14 deletions

View File

@@ -24,15 +24,15 @@ async function fetchConfig(className) {
{
type: "range",
min: 0,
max: 20,
defaultValue: 2,
max: 100,
defaultValue: 50,
property: "eatSpeed"
},
{
type: "range",
min: 0,
max: 10000,
defaultValue: 3000,
max: 10,
defaultValue: 1,
property: "eatDuration"
},
// Button control to start eating