Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typos in changelog #561

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- Added many JSDoc specifiers on many functions (@require, @deprecated, @since,
@group, etc)
- Added `getLayers()` to get the layers list
- Added `getDefaulLayer()` to get the default layer
- Added `getDefaultLayer()` to get the default layer
- Deprecated camera methods `camScale()`, `camPos()` and `camRot()` in favor of
`setCamScale()`, `getCamScale()`, `setCamPos()`, `getCamPos()`, `setCamRot()`
and `getCamRot`.
Expand Down Expand Up @@ -724,7 +724,7 @@ player.onBeforePhysicsResolve((collision) => {
`stay(["gameover", "menu"])`
- (**BREAK**) changed `SpriteComp#flipX` and `SpriteComp#flipY` to properties
instead of functions
- (**BEARK**) `sprite.onAnimStart()` and `sprite.onAnimEnd()` now triggers on
- (**BREAK**) `sprite.onAnimStart()` and `sprite.onAnimEnd()` now triggers on
any animation

```js
Expand Down
Loading