Skip to content

Commit a78c704

Browse files
committed
update descriptions
1 parent 4a98123 commit a78c704

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/03-custom-characters/03-02-creating-a-character.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The available fields are:
106106
- `cameraOffsets`: The amount to offset the camera by while focusing on this character.
107107
- Default value focuses on the character directly.
108108
- Use an array of two decimal values, the first for horizontal position and the second for vertical position.
109-
- `isPixel`: Specify whether to display the character as pixel (disabling texture smoothing). Optional, defaults to `false`.
109+
- `isPixel`: Specify whether to disable texture smoothing for this character. Optional, defaults to `false`.
110110
- `danceEvery`: The frequency at which the character will play its idle animation, in beats. Optional, defaults to `1`.
111111
- Increasing this number will make the character dance less often.
112112
- `flipX`: Whether to flip the whole sprite horizontally in-game. Useful for characters that could also be played (Pico).
@@ -120,7 +120,7 @@ Health Icon data is structured like so:
120120
- `id`: The ID to use for the health icon, defaults to character's ID.
121121
- `scale`: Specify the size of the health icon relative to the original size. For example, `2.0` makes the sprite twice as big. Optional, defaults to `1.0`.
122122
- `flipX`: Whether to flip the whole sprite horizontally in-game.
123-
- `isPixel`: Specify whether to display the health icon as pixel (disabling texture smoothing). Optional, defaults to `false`.
123+
- `isPixel`: Specify whether to disable texture smoothing for this characters health icon. Optional, defaults to `false`.
124124
- `offsets`:
125125
- Use an array of two decimal values, the first for horizontal position and the second for vertical position.
126126

@@ -131,7 +131,6 @@ Death data is structured like so:
131131
- `cameraZoom`: The amount to zoom the camera by while focusing on this character as they die.
132132
- `preTransitionDelay`: The delay between when the character reaches `0` health and when the death animation plays.
133133

134-
135134
Animation data is structured like so:
136135
- `name`: The internal animation name for the game to use.
137136
- `prefix`: The animation name as specified by your spritesheet.

0 commit comments

Comments
 (0)