Skip to content

Commit

Permalink
v2.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
smell-of-curry committed Jan 22, 2024
1 parent ed8a587 commit 9c6b8f1
Show file tree
Hide file tree
Showing 707 changed files with 22,213 additions and 411 deletions.
19 changes: 8 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
**Update v2.8.3**
**Update v2.8.7**

- Added new Ground Idle, Air Idle, and Water Idle Animations
- Update animations for all pokemon.
- Added Flaffy Model
- Added Mareep Model
- Added Miltank Model
- Added Natu Model
- Added Shiny Butterfree texture
- Added detective Pikachu texture
- Added shiny Quxly and shiny Quaxwell texture
- Fixed some offsets for chest server form
- Added Breloom, Cinccino, Minccino, and Misdreavus Models.
- Implemented 500+ New sprites
- Updated animation defaults
- Added integration for all Skins and Formes
- Added new UI Integration
- Added new materials for particles
- Added new Backpack
19 changes: 19 additions & 0 deletions animations/backpack.animation.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,25 @@
}
}
}
},
"animation.backpack.hold_third_person": {
"loop": true,
"animation_length": 0.125,
"bones": {
"bone2": {
"rotation": [15, 0, 0],
"position": [6, 28, 2]
}
}
},
"animation.backpack.hold_first_person": {
"loop": true,
"bones": {
"bone2": {
"rotation": [52.5, -77.5, -180],
"position": [-2, 24, 0]
}
}
}
}
}
Loading

0 comments on commit 9c6b8f1

Please sign in to comment.