Work on editor a bit
This commit is contained in:
8
Assets/Scripts/Data/SongKeys.cs
Normal file
8
Assets/Scripts/Data/SongKeys.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
public record SongKeys
|
||||
{
|
||||
public const string SONG_1 = "TriWave";
|
||||
public const string SONG_2 = "Hex Signal";
|
||||
public const string SONG_3 = "Berry Rhythm";
|
||||
public const string SONG_4 = "Winner";
|
||||
public const string SONG_5 = "90bits";
|
||||
}
|
||||
Reference in New Issue
Block a user