Skip to content

Commit 02b0af6

Browse files
Fix some dumb typos.
1 parent 9fa84ab commit 02b0af6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/07-custom-sticker-packs/07-01-creating-a-new-sticker-pack.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
## Sticker Pack Assets
44

5-
In order to create your own note style, you will need graphics for the stickers you want to use. The ones included in the base game are generally around 300x300 in size, with some variation.
5+
In order to create your own sticker pack, you will need graphics for the stickers you want to use. The ones included in the base game are generally around 300x300 in size, with some variation.
66

77
## Sticker Pack Data
88

9-
A custom note style requires creating a new JSON file in the `data/stickerpacks` folder.
9+
A custom sticker pack requires creating a new JSON file in the `data/stickerpacks` folder.
1010

11-
Below is the "default" sticker pack JSON file `assets/data/stickerpacks/default.json`[^notestylesource]
11+
Below is the "default" sticker pack JSON file `assets/data/stickerpacks/default.json`[^stickerpacksource]
1212

1313
```json
1414
{
@@ -31,4 +31,4 @@ Let's break it all down.
3131
- `stickers`: A list of all the paths for all the stickers to use, as strings.
3232
- You cannot currently specify any additional arguments, such as scale, offsets, texture smoothing, or animations.
3333

34-
[^notestylesource]: <https://github.com/FunkinCrew/funkin.assets/blob/main/preload/data/stickerpacks/default.json>
34+
[^stickerpacksource]: <https://github.com/FunkinCrew/funkin.assets/blob/main/preload/data/stickerpacks/default.json>

0 commit comments

Comments
 (0)