Static variables
View in GitHub
staticinlineread onlydefaultColor:FlxColor = 0xFF9271FD
Default background colors for songs without bg color
Static methods
View in GitHub
staticfilterChartForSaving(chart:ChartData, ?saveMetaInChart:Bool, ?saveEventsInChart:Bool):ChartData
View in GitHub
staticloadChartMeta(songName:String, difficulty:String = "normal", fromMods:Bool = true):ChartMetaData
View in GitHub
staticsave(songFolderPath:String, chart:ChartData, difficulty:String = "normal", ?saveSettings:Null<ChartSaveSettings>):ChartData
Saves the chart to the specific song folder path.
Parameters:
songFolderPath | Path to the song folder (ex: |
---|---|
chart | Chart to save |
difficulty | Name of the difficulty |
saveSettings |
Returns:
Filtered chart used for saving.