diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2018-01-17 11:41:31 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2018-01-17 11:41:31 +0100 |
| commit | a9daa029db68962603905eded0e29c2a2e2abd91 (patch) | |
| tree | 8c17edcbc99e393a923e6f90ac16e929457776a3 /Penguloon/Content | |
| parent | f03a7cf3e3beab8964cd142ce64fd6dc3cd0735f (diff) | |
Mute sound button
Diffstat (limited to 'Penguloon/Content')
| -rw-r--r-- | Penguloon/Content/Content.mgcb | 54 | ||||
| -rw-r--r-- | Penguloon/Content/Sounds/sell.wav | bin | 0 -> 45100 bytes | |||
| -rw-r--r-- | Penguloon/Content/UI/BtnMuteIdle.png | bin | 0 -> 5411 bytes | |||
| -rw-r--r-- | Penguloon/Content/UI/BtnMutePressed.png | bin | 0 -> 5517 bytes | |||
| -rw-r--r-- | Penguloon/Content/UI/BtnUnmuteIdle.png | bin | 0 -> 6342 bytes | |||
| -rw-r--r-- | Penguloon/Content/UI/BtnUnmutePressed.png | bin | 0 -> 6888 bytes |
6 files changed, 54 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..ec44b77 --- /dev/null +++ b/Penguloon/Content/Sounds/sell.wav diff --git a/Penguloon/Content/UI/BtnMuteIdle.png b/Penguloon/Content/UI/BtnMuteIdle.png Binary files differnew file mode 100644 index 0000000..0024be5 --- /dev/null +++ b/Penguloon/Content/UI/BtnMuteIdle.png diff --git a/Penguloon/Content/UI/BtnMutePressed.png b/Penguloon/Content/UI/BtnMutePressed.png Binary files differnew file mode 100644 index 0000000..b567260 --- /dev/null +++ b/Penguloon/Content/UI/BtnMutePressed.png diff --git a/Penguloon/Content/UI/BtnUnmuteIdle.png b/Penguloon/Content/UI/BtnUnmuteIdle.png Binary files differnew file mode 100644 index 0000000..5e49356 --- /dev/null +++ b/Penguloon/Content/UI/BtnUnmuteIdle.png diff --git a/Penguloon/Content/UI/BtnUnmutePressed.png b/Penguloon/Content/UI/BtnUnmutePressed.png Binary files differnew file mode 100644 index 0000000..441daa9 --- /dev/null +++ b/Penguloon/Content/UI/BtnUnmutePressed.png |
