From a9daa029db68962603905eded0e29c2a2e2abd91 Mon Sep 17 00:00:00 2001 From: aldrikboy Date: Wed, 17 Jan 2018 11:41:31 +0100 Subject: Mute sound button --- Penguloon/Content/Content.mgcb | 54 ++++++++++++++++++++++++++++++ Penguloon/Content/Sounds/sell.wav | Bin 0 -> 45100 bytes Penguloon/Content/UI/BtnMuteIdle.png | Bin 0 -> 5411 bytes Penguloon/Content/UI/BtnMutePressed.png | Bin 0 -> 5517 bytes Penguloon/Content/UI/BtnUnmuteIdle.png | Bin 0 -> 6342 bytes Penguloon/Content/UI/BtnUnmutePressed.png | Bin 0 -> 6888 bytes 6 files changed, 54 insertions(+) create mode 100644 Penguloon/Content/Sounds/sell.wav create mode 100644 Penguloon/Content/UI/BtnMuteIdle.png create mode 100644 Penguloon/Content/UI/BtnMutePressed.png create mode 100644 Penguloon/Content/UI/BtnUnmuteIdle.png create mode 100644 Penguloon/Content/UI/BtnUnmutePressed.png (limited to 'Penguloon/Content') diff --git a/Penguloon/Content/Content.mgcb b/Penguloon/Content/Content.mgcb index 0c412ff..a65c337 100644 --- a/Penguloon/Content/Content.mgcb +++ b/Penguloon/Content/Content.mgcb @@ -949,3 +949,57 @@ /processorParam:TextureFormat=Color /build:UI/darkred.png +#begin Sounds/sell.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:Sounds/sell.wav + +#begin UI/BtnMuteIdle.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/BtnMuteIdle.png + +#begin UI/BtnMutePressed.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/BtnMutePressed.png + +#begin UI/BtnUnmuteIdle.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/BtnUnmuteIdle.png + +#begin UI/BtnUnmutePressed.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/BtnUnmutePressed.png + diff --git a/Penguloon/Content/Sounds/sell.wav b/Penguloon/Content/Sounds/sell.wav new file mode 100644 index 0000000..ec44b77 Binary files /dev/null and b/Penguloon/Content/Sounds/sell.wav differ diff --git a/Penguloon/Content/UI/BtnMuteIdle.png b/Penguloon/Content/UI/BtnMuteIdle.png new file mode 100644 index 0000000..0024be5 Binary files /dev/null and b/Penguloon/Content/UI/BtnMuteIdle.png differ diff --git a/Penguloon/Content/UI/BtnMutePressed.png b/Penguloon/Content/UI/BtnMutePressed.png new file mode 100644 index 0000000..b567260 Binary files /dev/null and b/Penguloon/Content/UI/BtnMutePressed.png differ diff --git a/Penguloon/Content/UI/BtnUnmuteIdle.png b/Penguloon/Content/UI/BtnUnmuteIdle.png new file mode 100644 index 0000000..5e49356 Binary files /dev/null and b/Penguloon/Content/UI/BtnUnmuteIdle.png differ diff --git a/Penguloon/Content/UI/BtnUnmutePressed.png b/Penguloon/Content/UI/BtnUnmutePressed.png new file mode 100644 index 0000000..441daa9 Binary files /dev/null and b/Penguloon/Content/UI/BtnUnmutePressed.png differ -- cgit v1.2.3-70-g09d2