mirror of
https://github.com/Quackster/Minerva.git
synced 2025-06-29 21:07:45 +00:00
default gesture should be std not sml
This commit is contained in:
parent
4e9865f7ad
commit
d9e5eadc4d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ namespace Minerva.Controllers
|
||||||
int headDirection = 2;
|
int headDirection = 2;
|
||||||
string? figure = null;
|
string? figure = null;
|
||||||
string action = "std";
|
string action = "std";
|
||||||
string gesture = "sml";
|
string gesture = "std";
|
||||||
bool headOnly = false;
|
bool headOnly = false;
|
||||||
int frame = 1;
|
int frame = 1;
|
||||||
int carryDrink = -1;
|
int carryDrink = -1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue