Skip to content

Commit 3814f56

Browse files
committed
fix descriptions
1 parent 011191c commit 3814f56

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Fixing Character Offsets
22

3-
Uh Oh! Upon using your character in a song, you might have noticed that with each note hit, the character has a weird offset which makes them wobble back and forth. Let's fix that.
3+
Uh Oh! Upon using your character in a song, you might have noticed that with each note hit, the character has weird offsets which makes it wobble back and forth. Let's fix that.
44

55
## Accessing the Animation Editor
66

@@ -10,15 +10,15 @@ Once you have accessed the tool, it might be a little overwhelming at first, but
1010

1111
## Fixing the Offsets
1212

13-
The first thing you have to do is click `2` on your keyboard to switch to `Animation Mode` in order to properly fix offsets for each offset. Then, you need to select your character from the `Character` section in the UI box that is located in the top-left corner.
13+
The first thing you have to do is click `2` on your keyboard to switch to `Animation Mode` in order to properly fix offsets for each animation. Then, you need to select your character from the `Character` section in the UI box that is located in the top-left corner.
1414

15-
*HINT:* The best thing to do to speed up your process, it to toggle `Onion Skin` mode by pressing `F`. This will show the previous animation played being half transparent. This can help speeding up the proccess, since you will be able to to properly line up the animation to the previous one.
15+
*HINT:* The best thing to do to speed up your process, it to toggle `Onion Skin` mode by pressing `F`. This will show the previous animation played being half transparent. This can help speeding up the proccess, since you will be able to to properly line up the animation with the previous one.
1616

1717
The UI will show you all of the possible controls and shortcuts, to make your proccess of fixing the character offsets much easier.
1818

1919
## Saving Offsets
2020

21-
Once you are happy with your results, simply press `ESC` on your keyboard, to instantly save the `Character Data` file.
21+
Once you are happy with your result, simply press `ESC` on your keyboard to save the `Character Data` file.
2222
- Currently there is a bug which makes the file saving system not automatically put character's ID in the file name, which you will have to do yourself. Simply name the file the ID of your character followed by `.json`.
23-
24-
From the ["Creating a Character"](03-02-creating-a-character.md) you will know, that you have to place this character data JSON file in `data/characters`. Then, you can simply use [Hot Reloading](../01-fundamentals/01-05-hot-reloading.md) to check the offsets without restarting the game.
23+
24+
From the ["Creating a Character"](03-02-creating-a-character.md) chapter you will know, that you have to place this character data JSON file in `data/characters`. Then, you can simply use [Hot Reloading](../01-fundamentals/01-05-hot-reloading.md) to check the offsets without restarting the game.

0 commit comments

Comments
 (0)