From 75a860e78058a7e24ca1da82f2d82886070ee46f Mon Sep 17 00:00:00 2001 From: GeorgeAbbott <57576261+GeorgeAbbott@users.noreply.github.com> Date: Sun, 6 Sep 2020 18:19:09 +0100 Subject: Add files via upload --- Content/Consolas12.spritefont | 60 ++++++++++++++++++++++++++++++++++++ Content/Content.mgcb | 70 ++++++++++++++++++++++++++++++++++++++++++ Content/bullet.png | Bin 0 -> 184 bytes Content/codebg.png | Bin 0 -> 307525 bytes Content/maincharaimage.png | Bin 0 -> 3492 bytes Content/shillbg.png | Bin 0 -> 18428 bytes 6 files changed, 130 insertions(+) create mode 100644 Content/Consolas12.spritefont create mode 100644 Content/Content.mgcb create mode 100644 Content/bullet.png create mode 100644 Content/codebg.png create mode 100644 Content/maincharaimage.png create mode 100644 Content/shillbg.png diff --git a/Content/Consolas12.spritefont b/Content/Consolas12.spritefont new file mode 100644 index 0000000..95035fa --- /dev/null +++ b/Content/Consolas12.spritefont @@ -0,0 +1,60 @@ + + + + + + + Consolas + + + 12 + + + 0 + + + true + + + + + + + + + + + + ~ + + + + diff --git a/Content/Content.mgcb b/Content/Content.mgcb new file mode 100644 index 0000000..81a75ec --- /dev/null +++ b/Content/Content.mgcb @@ -0,0 +1,70 @@ + +#----------------------------- Global Properties ----------------------------# + +/outputDir:bin/$(Platform) +/intermediateDir:obj/$(Platform) +/platform:Windows +/config: +/profile:Reach +/compress:False + +#-------------------------------- References --------------------------------# + + +#---------------------------------- Content ---------------------------------# + +#begin bullet.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:bullet.png + +#begin codebg.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:codebg.png + +#begin Consolas12.spritefont +/importer:FontDescriptionImporter +/processor:FontDescriptionProcessor +/processorParam:PremultiplyAlpha=True +/processorParam:TextureFormat=Compressed +/build:Consolas12.spritefont + +#begin maincharaimage.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:maincharaimage.png + +#begin shillbg.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:shillbg.png + diff --git a/Content/bullet.png b/Content/bullet.png new file mode 100644 index 0000000..4246c49 Binary files /dev/null and b/Content/bullet.png differ diff --git a/Content/codebg.png b/Content/codebg.png new file mode 100644 index 0000000..0de1e55 Binary files /dev/null and b/Content/codebg.png differ diff --git a/Content/maincharaimage.png b/Content/maincharaimage.png new file mode 100644 index 0000000..dbb7d24 Binary files /dev/null and b/Content/maincharaimage.png differ diff --git a/Content/shillbg.png b/Content/shillbg.png new file mode 100644 index 0000000..6271f52 Binary files /dev/null and b/Content/shillbg.png differ -- cgit v1.2.1