[Fix] Mood system fix (#439)

* mood back

* fix ready
This commit is contained in:
HitPanda
2023-09-25 01:44:44 +03:00
committed by Aviu00
parent c58225fc98
commit 2cd1656188
47 changed files with 1221 additions and 7 deletions

View File

@@ -0,0 +1,60 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from NSV13 at b6b1e2bf2cc60455851317d8e82cca8716d9dac1",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "mood1"
},
{
"name": "mood2"
},
{
"name": "mood3"
},
{
"name": "mood4"
},
{
"name": "mood5"
},
{
"name": "mood6"
},
{
"name": "mood7"
},
{
"name": "mood8"
},
{
"name": "mood9"
},
{
"name": "mood_insane",
"delays": [
[
0.07,
0.07,
0.07,
0.07,
0.07,
0.07,
0.07,
0.07,
0.07
]
]
},
{
"name": "mood_happiness_good"
},
{
"name": "mood_happiness_bad"
}
]
}