Skip to content

Commit

Permalink
more typos and addings
Browse files Browse the repository at this point in the history
  • Loading branch information
iamteles committed Oct 2, 2024
1 parent cdb6510 commit 516fb54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/basics/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Each event can have up to 3 values, which are detailed on a case by case basis.

You can also use the `Clear this Slot` and `Clear all Slots` buttons to clear the values and selected events of a single or every slot.

## Events by difficulty

You can name an event JSON using its difficulty to have it load only when you play that certain difficulty. For example, if you name a JSON `events-easy.json` it will only play those events on Easy.

## Adding Custom Events

![](https://doidoteam.github.io/img/possibleevents.png){width=800}
Expand Down
6 changes: 3 additions & 3 deletions docs/editors/chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Here's what a handfull of buttons in the Chart Editor do!
- `Mute Inst` and `Voices` mute the Instrumental and Vocal tracks
- `BF` and `Dad Hitsounds` enable hitsounds whenever notes are hit by the Player or the Opponent
- `Old Timer` changes the timer style. If enabled the current time will be displayed in seconds, as opposed to minutes
- `Clear Events`, `Notes` and `Song` clear the notes in the desired track. `Clear Song` will clear both the Events and Notes.
- `Clear Events`, `Notes` and `Song` clear the notes in the desired track. `Clear Song` will clear both the Events and Notes. These buttons will (auto-save)[/editors/chart/#autosaving] the chart.
- `Controls` displays a list of available controls

### Section
Expand All @@ -62,10 +62,10 @@ For events, please check their own page!

[!ref](/basics/events/)

## AutoSaving
## Auto-Saving

![](https://doidoteam.github.io/img/autosave.png){width=800}

If you ever crash or exit the game without saving your chart, you can load it by using the "AutoSaved Charts Station". By opening this SubState from the Chart Editor, you will be able to load one of 5 previously edited charts. THe game auto saves every 5 minutes, as well as every time you press play or clear a chart!
If you ever crash or exit the game without saving your chart, you can load it by using the "Auto-Saved Charts Station". By opening this SubState from the Chart Editor, you will be able to load one of 5 previously edited charts. The game auto-saves every 5 minutes, as well as every time you play or clear a chart!


0 comments on commit 516fb54

Please sign in to comment.