Skip to content

Commit 0091c71

Browse files
authored
Merge pull request #62 from neogeek/hotfix/remove-song-class
[hotfix] Remove song class
2 parents 2307992 + 6ff0fa6 commit 0091c71

File tree

25 files changed

+553
-707
lines changed

25 files changed

+553
-707
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -96,26 +96,6 @@ for (var x = 0; x < waveform.Length; x += 1)
9696
_texture2D.Apply();
9797
```
9898

99-
### `Song`
100-
101-
#### `Song.FromChartFile`
102-
103-
```csharp
104-
using RhythmGameUtilities;
105-
106-
var contents = File.ReadAllText("notes.chart", Encoding.UTF8);
107-
var song = RhythmGameUtilities.Song.FromChartFile(contents);
108-
```
109-
110-
#### `Song.FromJSON`
111-
112-
```csharp
113-
using RhythmGameUtilities;
114-
115-
var json = File.ReadAllText("notes.json", Encoding.UTF8);
116-
var song = RhythmGameUtilities.Song.FromJSON(json);
117-
```
118-
11999
### `Parsers`
120100

121101
Read more about `.chart` files: <https://github.com/TheNathannator/GuitarGame_ChartFormats/blob/main/doc/FileFormats/.chart/Core%20Infrastructure.md>

RhythmGameUtilities.Tests/SongTest.cs

Lines changed: 0 additions & 84 deletions
This file was deleted.

RhythmGameUtilities/Structs/Song.cs

Lines changed: 0 additions & 189 deletions
This file was deleted.

UnityPackage/Editor/Tests/SongTest.cs

Lines changed: 0 additions & 84 deletions
This file was deleted.

UnityPackage/Editor/Tests/SongTest.cs.meta

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)