From 5373e919a0d9e389fc2076963f610d044c21ccb5 Mon Sep 17 00:00:00 2001 From: aldrikboy Date: Fri, 29 Dec 2017 00:32:34 +0100 Subject: level implementation XDDDDDDDd --- Penguloon/Content/Content.mgcb | 36 +++++++++++++++++++++++++++++++++ Penguloon/Content/SplashArt/1.png | Bin 29248 -> 29218 bytes Penguloon/Content/SplashArt/2.png | Bin 0 -> 48032 bytes Penguloon/Content/SplashArt/locked.png | Bin 0 -> 3739 bytes Penguloon/Content/UI/lock.png | Bin 0 -> 3216 bytes 5 files changed, 36 insertions(+) create mode 100644 Penguloon/Content/SplashArt/2.png create mode 100644 Penguloon/Content/SplashArt/locked.png create mode 100644 Penguloon/Content/UI/lock.png (limited to 'Penguloon/Content') diff --git a/Penguloon/Content/Content.mgcb b/Penguloon/Content/Content.mgcb index b8e9f20..6deb51f 100644 --- a/Penguloon/Content/Content.mgcb +++ b/Penguloon/Content/Content.mgcb @@ -577,3 +577,39 @@ /processorParam:TextureFormat=Color /build:UI/unselectableTile.png +#begin UI/lock.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:UI/lock.png + +#begin SplashArt/locked.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:SplashArt/locked.png + +#begin SplashArt/2.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:SplashArt/2.png + diff --git a/Penguloon/Content/SplashArt/1.png b/Penguloon/Content/SplashArt/1.png index 48d4390..2d3b26c 100644 Binary files a/Penguloon/Content/SplashArt/1.png and b/Penguloon/Content/SplashArt/1.png differ diff --git a/Penguloon/Content/SplashArt/2.png b/Penguloon/Content/SplashArt/2.png new file mode 100644 index 0000000..2a25ed6 Binary files /dev/null and b/Penguloon/Content/SplashArt/2.png differ diff --git a/Penguloon/Content/SplashArt/locked.png b/Penguloon/Content/SplashArt/locked.png new file mode 100644 index 0000000..894ea2f Binary files /dev/null and b/Penguloon/Content/SplashArt/locked.png differ diff --git a/Penguloon/Content/UI/lock.png b/Penguloon/Content/UI/lock.png new file mode 100644 index 0000000..73f1ff7 Binary files /dev/null and b/Penguloon/Content/UI/lock.png differ -- cgit v1.2.3-70-g09d2