From 40d01342d00c57dce5069e53a455db048a2967d5 Mon Sep 17 00:00:00 2001 From: The Fuzzy Riolu Date: Mon, 12 Mar 2018 11:52:38 -0400 Subject: Initial commit --- WatercolorGames.Pong/Content/Content.mgcb | 48 +++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 WatercolorGames.Pong/Content/Content.mgcb (limited to 'WatercolorGames.Pong/Content/Content.mgcb') diff --git a/WatercolorGames.Pong/Content/Content.mgcb b/WatercolorGames.Pong/Content/Content.mgcb new file mode 100644 index 0000000..3134fcb --- /dev/null +++ b/WatercolorGames.Pong/Content/Content.mgcb @@ -0,0 +1,48 @@ + +#----------------------------- Global Properties ----------------------------# + +/outputDir:bin/$(Platform) +/intermediateDir:obj/$(Platform) +/platform:Android +/config: +/profile:Reach +/compress:False + +#-------------------------------- References --------------------------------# + + +#---------------------------------- Content ---------------------------------# + +#begin Fonts/MainBody.spritefont +/importer:FontDescriptionImporter +/processor:FontDescriptionProcessor +/processorParam:PremultiplyAlpha=True +/processorParam:TextureFormat=Compressed +/build:Fonts/MainBody.spritefont + +#begin Fonts/TimeLeft.spritefont +/importer:FontDescriptionImporter +/processor:FontDescriptionProcessor +/processorParam:PremultiplyAlpha=True +/processorParam:TextureFormat=Compressed +/build:Fonts/TimeLeft.spritefont + +#begin Fonts/Score.spritefont +/importer:FontDescriptionImporter +/processor:FontDescriptionProcessor +/processorParam:PremultiplyAlpha=True +/processorParam:TextureFormat=Compressed +/build:Fonts/Score.spritefont + +#begin SFX/writesound.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:SFX/writesound.wav + +#begin SFX/typesound.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:SFX/typesound.wav + -- cgit v1.2.3