new file: .editorconfig
new file: .gitattributes new file: Charts/track.json new file: ProjectOnrinto.csproj new file: ProjectOnrinto.sln new file: Scenes/Audio/audio_stream_player.tscn new file: Scenes/Game/level.tscn new file: Scenes/Prefabs/beat.tscn new file: Scripts/Core/GameManager.cs new file: Scripts/Core/GameManager.cs.uid new file: Scripts/Core/MusicClock.cs new file: Scripts/Core/MusicClock.cs.uid new file: Scripts/Core/TrackGenerator.cs new file: Scripts/Core/TrackGenerator.cs.uid new file: Scripts/Data/ChartEvent.cs new file: Scripts/Data/ChartEvent.cs.uid new file: Scripts/Data/JsonConverter.cs new file: Scripts/Data/JsonConverter.cs.uid new file: Scripts/Data/TrackData.cs new file: Scripts/Data/TrackData.cs.uid new file: Scripts/GameObjects/NoteObject.cs new file: Scripts/GameObjects/NoteObject.cs.uid new file: icon.svg new file: icon.svg.import new file: project.godot
This commit is contained in:
19
ProjectOnrinto.sln
Normal file
19
ProjectOnrinto.sln
Normal file
@@ -0,0 +1,19 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2012
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectOnrinto", "ProjectOnrinto.csproj", "{7F7FC90F-715A-4D55-98B9-182451D8EE09}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
ExportDebug|Any CPU = ExportDebug|Any CPU
|
||||
ExportRelease|Any CPU = ExportRelease|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{7F7FC90F-715A-4D55-98B9-182451D8EE09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{7F7FC90F-715A-4D55-98B9-182451D8EE09}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{7F7FC90F-715A-4D55-98B9-182451D8EE09}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU
|
||||
{7F7FC90F-715A-4D55-98B9-182451D8EE09}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU
|
||||
{7F7FC90F-715A-4D55-98B9-182451D8EE09}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
|
||||
{7F7FC90F-715A-4D55-98B9-182451D8EE09}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Reference in New Issue
Block a user