Skip to content

Commit

Permalink
chore: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Jan 15, 2025
1 parent f891793 commit f7c6c87
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Added

- Added new option in `LoadSpriteOpt` for loading sprites in an individual
spritesheet - @chqs-git
```js
loadSprite(
"player",
"sprites/player.png",
{
singular: true,
},
);
```
- **(examples)** Added a new `particle` example! - @lajbel

### Changed
Expand All @@ -34,11 +45,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Added `kaplay({ spriteAtlasPadding })` for setting the space between the
sprites in the sprite atlas - @marianyp

```js
kaplay({
spriteAtlasPadding: 10, // 10 pixels of space between each sprite
});
```
```js
kaplay({
spriteAtlasPadding: 10, // 10 pixels of space between each sprite
});
```

### Changed

Expand Down

0 comments on commit f7c6c87

Please sign in to comment.