Fix song loop in game player (and vscode thing)

This commit is contained in:
2025-06-04 07:50:58 -07:00
parent 21d5584290
commit 4b35500f63
2 changed files with 4 additions and 4 deletions

View File

@@ -60,11 +60,11 @@
"*.asset": "yaml",
"*.meta": "yaml",
"*.prefab": "yaml",
"*.unity": "yaml",
"*.unity": "yaml"
},
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"*.sln": "*.csproj",
"*.sln": "*.csproj"
},
"dotnet.defaultSolution": "source.sln"
"dotnet.defaultSolution": "BerryDash-source.sln"
}