From f03a7cf3e3beab8964cd142ce64fd6dc3cd0735f Mon Sep 17 00:00:00 2001 From: aldrikboy Date: Tue, 16 Jan 2018 22:56:47 +0100 Subject: started working on object selling --- Penguloon/Content/Content.mgcb | 12 ++++++++++++ Penguloon/Content/UI/darkred.png | Bin 0 -> 974 bytes Penguloon/Content/UI/objectinfo.png | Bin 5198 -> 2158 bytes 3 files changed, 12 insertions(+) create mode 100644 Penguloon/Content/UI/darkred.png (limited to 'Penguloon/Content') diff --git a/Penguloon/Content/Content.mgcb b/Penguloon/Content/Content.mgcb index d6a91dc..0c412ff 100644 --- a/Penguloon/Content/Content.mgcb +++ b/Penguloon/Content/Content.mgcb @@ -937,3 +937,15 @@ /processorParam:TextureFormat=Color /build:UI/objectinfo-line.png +#begin UI/darkred.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/darkred.png + diff --git a/Penguloon/Content/UI/darkred.png b/Penguloon/Content/UI/darkred.png new file mode 100644 index 0000000..ab10742 Binary files /dev/null and b/Penguloon/Content/UI/darkred.png differ diff --git a/Penguloon/Content/UI/objectinfo.png b/Penguloon/Content/UI/objectinfo.png index a7cb05b..45d61cd 100644 Binary files a/Penguloon/Content/UI/objectinfo.png and b/Penguloon/Content/UI/objectinfo.png differ -- cgit v1.2.3-70-g09d2