Skip to content

Commit

Permalink
docs: Fix kenney.nl typo in 07-tilemap.mdx (#3052)
Browse files Browse the repository at this point in the history
kenny changed to kenney (url changed to kenney.nl)
  • Loading branch information
jellewijma authored May 7, 2024
1 parent c468df0 commit 42933d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/docs/08-tile-maps/07-tilemap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ adventure games, strategy games, and others. Tiles can be [[Tile.solid|solid]] s
that Actors can't pass through them.

```typescript
// Load your favorite tileset (maybe from Kenny.nl)
const kennyRougeLikePack = new ex.ImageSource(rougeLikeImageSrc);
// Load your favorite tileset (maybe from Kenney.nl)
const kenneyRougeLikePack = new ex.ImageSource(rougeLikeImageSrc);

// Create a sprite sheet
const rougeLikeSpriteSheet = ex.SpriteSheet.fromImageSource({
image: kennyRougeLikePack,
image: kenneyRougeLikePack,
grid: {
rows: 31,
columns: 51,
Expand Down

0 comments on commit 42933d0

Please sign in to comment.