Skip to content

Commit

Permalink
Update BeatmapDocumentation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrflashstudio authored Nov 9, 2019
1 parent d44e8bd commit 322a4b7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/BeatmapDocumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
- [Metadata Section properties](#metadata-section-properties)
- [Difficulty Section properties](#difficulty-section-properties)
- [Events Section properties](#events-section-properties)
- [Break Event properties](#break-event-properties)
- [Break Event properties](#break-event-properties)
- [Colours Section properties](#colours-section-properties)

Also, see an [official documentation](https://osu.ppy.sh/help/wiki/osu!_File_Formats/Osu_(file_format)).

### Beatmap properties
| Name | Type | Description |
|--------------------------|----------------------|----------------------------------------------------|
| Colours | List\<Color\> | List of combo colours. |
| Colours | ColoursSection | Section with colours properties. |
| DifficultySection | DifficultySection | Section with difficulty properties. |
| EditorSection | EditorSection | Section with editor properties. |
| GeneralSection | GeneralSection | Section with general properties. |
Expand Down Expand Up @@ -176,3 +177,10 @@ Properties are the same as the HitObject's.
|-----------|------|-----------------------------------------------------------------------------------------------------|
| StartTime | int | Number of milliseconds from the beginning of the song defining the start point of the break period. |
| EndTime | int | Number of milliseconds from the beginning of the song defining the end point of the break period. |

### Colours Section properties
| Name | Type | Description |
|---------------------|---------------|-----------------------|
| ComboColours | List\<Color\> | Combo colours. |
| SliderTrackOverride | Color | Slider track colour. |
| SliderBorder | Color | Slider border colour. |

0 comments on commit 322a4b7

Please sign in to comment.