You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
4
5
5
## Accessing the Animation Editor
6
6
@@ -10,15 +10,15 @@ Once you have accessed the tool, it might be a little overwhelming at first, but
10
10
11
11
## Fixing the Offsets
12
12
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.
14
14
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.
16
16
17
17
The UI will show you all of the possible controls and shortcuts, to make your proccess of fixing the character offsets much easier.
18
18
19
19
## Saving Offsets
20
20
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.
22
22
- 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