3rd color,

cleaning
This commit is contained in:
lustlion
2021-10-29 02:17:18 +02:00
parent 538a1f77f8
commit 189579d619
55 changed files with 158 additions and 13 deletions

View File

@@ -17,6 +17,28 @@ animation = {
speed = 1
}
},
nancy_moth_mask = {
idle = {
path = "assets/characters/nancy/moth_mask/idle",
frames = 4,
speed = 1/8
},
run = {
path = "assets/characters/nancy/moth_mask/run",
frames = 6,
speed = 1/8
},
fall = {
path = "assets/characters/nancy/moth_mask/fall",
frames = 3,
speed = 1/8
},
jump = {
path = "assets/characters/nancy/moth_mask/jump",
frames = 3,
speed = 1/8
}
},
nancy = {
idle = {
path = "assets/characters/nancy/idle",