A type definition for the data in a note style JSON file.

See also:

Fields

@:default(funkin.data.notestyle.NoteStyleRegistry.NOTE_STYLE_DATA_VERSION)version:String

* The version number of the note style data schema. * When making changes to the note style data format, this should be incremented, * and a migration function should be added to NoteStyleDataParser to handle old versions.

name:String

* The readable title of the note style.

@:optionaloptionalfallback:Null<String>

* The note style to use as a fallback/parent. * @default null

author:String

* The author of the note style.

assets:NoteStyleAssetsData

* Data for each of the assets in the note style.