bugfix and slide animation

- bugfix for hook swing not taking in consideration the length of rope
- bugfix for player hitbox size
- bugfix for fairy flight control system FCS
- added slide animation for wall slide and wall jump
This commit is contained in:
lustlion
2022-03-09 15:54:26 +01:00
parent 9ada88f4f5
commit 6e76607030
10 changed files with 46 additions and 14 deletions

View File

@@ -140,6 +140,15 @@ animation.moth_mask.fall = {
1/8
}
}
animation.moth_mask.slide = {
path = "assets/entities/nancy/moth_mask/slide",
frames = {
1/8,
1/8,
1/8
}
}
animation.moth_mask.jump = {
path = "assets/entities/nancy/moth_mask/jump",
frames = {
@@ -179,6 +188,14 @@ animation.nancy.fall = {
1/8
}
}
animation.nancy.slide = {
path = "assets/entities/nancy/slide",
frames = {
1/8,
1/8,
1/8
}
}
animation.nancy.jump = {
path = "assets/entities/nancy/jump",
frames = {