File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
samples/Myra.Samples.AssetManagement Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ Copy-Item -Path "src\MyraPad\bin\Release\net8.0\StbImageSharp.dll" -Destination
4343Copy-Item - Path " src\MyraPad\bin\Release\net8.0\StbTrueTypeSharp.dll" - Destination " ZipPackage"
4444Copy-Item - Path " src\MyraPad\bin\Release\net8.0\Cyotek.Drawing.BitmapFont.dll" - Destination " ZipPackage"
4545Copy-Item - Path " src\MyraPad\bin\Release\net8.0\AssetManagementBase.dll" - Destination " ZipPackage"
46- Copy-Item - Path " src\MyraPad\bin\Release\net8.0\DdsKtxXna.dll" - Destination " ZipPackage"
4746Copy-Item - Path " src\MyraPad\bin\Release\net8.0\XNAssets.MonoGame.dll" - Destination " ZipPackage"
4847Copy-Item - Path " src\MyraPad\bin\Release\net8.0\info.lundin.math.dll" - Destination " ZipPackage"
4948Copy-Item - Path " src\MyraPad\bin\Release\net8.0\MonoGame.Framework.dll" - Destination " ZipPackage"
Original file line number Diff line number Diff line change 1- using System ;
1+ using AssetManagementBase ;
2+ using System ;
23
34namespace Myra . Samples . AssetManagement
45{
@@ -8,6 +9,7 @@ static void Main(string[] args)
89 {
910 try
1011 {
12+ AMBConfiguration . Logger = Console . WriteLine ;
1113 using ( var game = new AssetManagementGame ( ) )
1214 game . Run ( ) ;
1315 }
You can’t perform that action at this time.
0 commit comments