1
Fork 0
mirror of https://github.com/Quackster/Minerva.git synced 2025-06-29 12:57:45 +00:00

default gesture should be std not sml

This commit is contained in:
Quackster 2023-01-17 20:54:29 +10:00
parent 4e9865f7ad
commit d9e5eadc4d

View file

@ -23,7 +23,7 @@ namespace Minerva.Controllers
int headDirection = 2;
string? figure = null;
string action = "std";
string gesture = "sml";
string gesture = "std";
bool headOnly = false;
int frame = 1;
int carryDrink = -1;