Skip to content

Commit

Permalink
chore: Startup Order
Browse files Browse the repository at this point in the history
  • Loading branch information
ViMaSter committed Jan 14, 2024
1 parent 1956414 commit 195a9c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion unity-ggjj/Assets/Scripts/PlayLoop.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class PlayLoop : MonoBehaviour
// Start is called before the first frame update
void Start()
{
var clipName = "ObjectingInItalyShort.ogg";
var clipName = "ObjectingInItaly.ogg";
StartCoroutine(GetRequest(clipName));
}

Expand Down
7 changes: 5 additions & 2 deletions unity-ggjj/ProjectSettings/EditorBuildSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ EditorBuildSettings:
serializedVersion: 2
m_Scenes:
- enabled: 1
path: Assets/Scenes/Splash.unity
guid: 1959a19be84d14112b3a7d5d3710de22
path: Assets/audiotest.unity
guid: 52e74c2db29781942808775e8c7ee124
- enabled: 1
path: Assets/Scenes/MainMenu.unity
guid: e284f312d553e436bb12847cc8ad82ee
Expand All @@ -17,4 +17,7 @@ EditorBuildSettings:
- enabled: 1
path: Assets/Scenes/Credits.unity
guid: 3497ab32eed99544bbc089c700ca3f88
- enabled: 1
path: Assets/Scenes/Splash.unity
guid: 1959a19be84d14112b3a7d5d3710de22
m_configObjects: {}

0 comments on commit 195a9c4

Please sign in to comment.