From fd6fa4e5cebbe3edb65d50c78dcc8a97ce98ce64 Mon Sep 17 00:00:00 2001 From: aldrikboy Date: Mon, 11 Dec 2017 22:02:13 +0100 Subject: First commit --- Penguloon/Content/Bullets/cannon-ammo.png | Bin 0 -> 1285 bytes Penguloon/Content/Bullets/penguin-ammo.png | Bin 0 -> 1224 bytes Penguloon/Content/Content.mgcb | 393 +++++++++++++++++++++++ Penguloon/Content/Enemies/blue.png | Bin 0 -> 26980 bytes Penguloon/Content/Enemies/green.png | Bin 0 -> 26335 bytes Penguloon/Content/Enemies/orange.png | Bin 0 -> 25183 bytes Penguloon/Content/Enemies/purple.png | Bin 0 -> 26068 bytes Penguloon/Content/Enemies/rainbow.png | Bin 0 -> 38734 bytes Penguloon/Content/Enemies/rainbow_dark.png | Bin 0 -> 32260 bytes Penguloon/Content/Enemies/red.png | Bin 0 -> 22424 bytes Penguloon/Content/Enemies/yellow.png | Bin 0 -> 25039 bytes Penguloon/Content/Fonts/GWENT/128.spritefont | 60 ++++ Penguloon/Content/Fonts/GWENT/16.spritefont | 60 ++++ Penguloon/Content/Fonts/GWENT/24.spritefont | 60 ++++ Penguloon/Content/Fonts/GWENT/36.spritefont | 60 ++++ Penguloon/Content/Fonts/GWENT/48.spritefont | 60 ++++ Penguloon/Content/Fonts/GWENT/72.spritefont | 60 ++++ Penguloon/Content/Fonts/GWENT/GWENT.ttf | Bin 0 -> 113860 bytes Penguloon/Content/Objects/cannon.png | Bin 0 -> 1475 bytes Penguloon/Content/Objects/penguin1.png | Bin 0 -> 1946 bytes Penguloon/Content/Objects/penguin2.png | Bin 0 -> 2323 bytes Penguloon/Content/Sounds/baseline.wav | Bin 0 -> 2116978 bytes Penguloon/Content/Sounds/click.wav | Bin 0 -> 15354 bytes Penguloon/Content/SplashArt/1.png | Bin 0 -> 4238 bytes Penguloon/Content/Tiles/ice.png | Bin 0 -> 1080 bytes Penguloon/Content/Tiles/waterCornerLeftDown.png | Bin 0 -> 2336 bytes Penguloon/Content/Tiles/waterCornerLeftTop.png | Bin 0 -> 2329 bytes Penguloon/Content/Tiles/waterCornerRightDown.png | Bin 0 -> 2304 bytes Penguloon/Content/Tiles/waterCornerRightTop.png | Bin 0 -> 2321 bytes Penguloon/Content/Tiles/waterHorizontal.png | Bin 0 -> 2034 bytes Penguloon/Content/Tiles/waterVertical.png | Bin 0 -> 2589 bytes Penguloon/Content/UI/background.png | Bin 0 -> 1511 bytes Penguloon/Content/UI/btnDisabled.png | Bin 0 -> 1713 bytes Penguloon/Content/UI/btnIdle.png | Bin 0 -> 1709 bytes Penguloon/Content/UI/btnPressed.png | Bin 0 -> 1754 bytes Penguloon/Content/UI/progressbar.png | Bin 0 -> 2181 bytes Penguloon/Content/UI/red.png | Bin 0 -> 970 bytes Penguloon/Content/UI/snowflake.png | Bin 0 -> 11144 bytes 38 files changed, 753 insertions(+) create mode 100644 Penguloon/Content/Bullets/cannon-ammo.png create mode 100644 Penguloon/Content/Bullets/penguin-ammo.png create mode 100644 Penguloon/Content/Enemies/blue.png create mode 100644 Penguloon/Content/Enemies/green.png create mode 100644 Penguloon/Content/Enemies/orange.png create mode 100644 Penguloon/Content/Enemies/purple.png create mode 100644 Penguloon/Content/Enemies/rainbow.png create mode 100644 Penguloon/Content/Enemies/rainbow_dark.png create mode 100644 Penguloon/Content/Enemies/red.png create mode 100644 Penguloon/Content/Enemies/yellow.png create mode 100644 Penguloon/Content/Fonts/GWENT/128.spritefont create mode 100644 Penguloon/Content/Fonts/GWENT/16.spritefont create mode 100644 Penguloon/Content/Fonts/GWENT/24.spritefont create mode 100644 Penguloon/Content/Fonts/GWENT/36.spritefont create mode 100644 Penguloon/Content/Fonts/GWENT/48.spritefont create mode 100644 Penguloon/Content/Fonts/GWENT/72.spritefont create mode 100644 Penguloon/Content/Fonts/GWENT/GWENT.ttf create mode 100644 Penguloon/Content/Objects/cannon.png create mode 100644 Penguloon/Content/Objects/penguin1.png create mode 100644 Penguloon/Content/Objects/penguin2.png create mode 100644 Penguloon/Content/Sounds/baseline.wav create mode 100644 Penguloon/Content/Sounds/click.wav create mode 100644 Penguloon/Content/SplashArt/1.png create mode 100644 Penguloon/Content/Tiles/ice.png create mode 100644 Penguloon/Content/Tiles/waterCornerLeftDown.png create mode 100644 Penguloon/Content/Tiles/waterCornerLeftTop.png create mode 100644 Penguloon/Content/Tiles/waterCornerRightDown.png create mode 100644 Penguloon/Content/Tiles/waterCornerRightTop.png create mode 100644 Penguloon/Content/Tiles/waterHorizontal.png create mode 100644 Penguloon/Content/Tiles/waterVertical.png create mode 100644 Penguloon/Content/UI/background.png create mode 100644 Penguloon/Content/UI/btnDisabled.png create mode 100644 Penguloon/Content/UI/btnIdle.png create mode 100644 Penguloon/Content/UI/btnPressed.png create mode 100644 Penguloon/Content/UI/progressbar.png create mode 100644 Penguloon/Content/UI/red.png create mode 100644 Penguloon/Content/UI/snowflake.png (limited to 'Penguloon/Content') diff --git a/Penguloon/Content/Bullets/cannon-ammo.png b/Penguloon/Content/Bullets/cannon-ammo.png new file mode 100644 index 0000000..93df390 Binary files /dev/null and b/Penguloon/Content/Bullets/cannon-ammo.png differ diff --git a/Penguloon/Content/Bullets/penguin-ammo.png b/Penguloon/Content/Bullets/penguin-ammo.png new file mode 100644 index 0000000..5227b4c Binary files /dev/null and b/Penguloon/Content/Bullets/penguin-ammo.png differ diff --git a/Penguloon/Content/Content.mgcb b/Penguloon/Content/Content.mgcb index 895694b..a47b8e8 100644 --- a/Penguloon/Content/Content.mgcb +++ b/Penguloon/Content/Content.mgcb @@ -13,3 +13,396 @@ #---------------------------------- Content ---------------------------------# +#begin Tiles/ice.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:Tiles/ice.png + +#begin Tiles/waterCornerLeftDown.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:Tiles/waterCornerLeftDown.png + +#begin Tiles/waterCornerLeftTop.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:Tiles/waterCornerLeftTop.png + +#begin Tiles/waterCornerRightDown.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:Tiles/waterCornerRightDown.png + +#begin Tiles/waterCornerRightTop.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:Tiles/waterCornerRightTop.png + +#begin Tiles/waterHorizontal.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:Tiles/waterHorizontal.png + +#begin Tiles/waterVertical.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:Tiles/waterVertical.png + +#begin Objects/cannon.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:Objects/cannon.png + +#begin Objects/penguin1.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:Objects/penguin1.png + +#begin Objects/penguin2.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:Objects/penguin2.png + +#begin Bullets/cannon-ammo.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:Bullets/cannon-ammo.png + +#begin Bullets/penguin-ammo.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:Bullets/penguin-ammo.png + +#begin UI/btnDisabled.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/btnDisabled.png + +#begin UI/btnIdle.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/btnIdle.png + +#begin UI/btnPressed.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/btnPressed.png + +#begin Fonts/GWENT/GWENT.ttf +/copy:Fonts/GWENT/GWENT.ttf + +#begin Fonts/GWENT/36.spritefont +/importer:FontDescriptionImporter +/processor:FontDescriptionProcessor +/processorParam:PremultiplyAlpha=True +/processorParam:TextureFormat=Compressed +/build:Fonts/GWENT/36.spritefont + +#begin Fonts/GWENT/72.spritefont +/importer:FontDescriptionImporter +/processor:FontDescriptionProcessor +/processorParam:PremultiplyAlpha=True +/processorParam:TextureFormat=Compressed +/build:Fonts/GWENT/72.spritefont + +#begin Fonts/GWENT/24.spritefont +/importer:FontDescriptionImporter +/processor:FontDescriptionProcessor +/processorParam:PremultiplyAlpha=True +/processorParam:TextureFormat=Compressed +/build:Fonts/GWENT/24.spritefont + +#begin Fonts/GWENT/16.spritefont +/importer:FontDescriptionImporter +/processor:FontDescriptionProcessor +/processorParam:PremultiplyAlpha=True +/processorParam:TextureFormat=Compressed +/build:Fonts/GWENT/16.spritefont + +#begin Fonts/GWENT/128.spritefont +/importer:FontDescriptionImporter +/processor:FontDescriptionProcessor +/processorParam:PremultiplyAlpha=True +/processorParam:TextureFormat=Compressed +/build:Fonts/GWENT/128.spritefont + +#begin UI/progressbar.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/progressbar.png + +#begin UI/red.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/red.png + +#begin Enemies/blue.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:Enemies/blue.png + +#begin Enemies/green.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:Enemies/green.png + +#begin Enemies/orange.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:Enemies/orange.png + +#begin Enemies/purple.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:Enemies/purple.png + +#begin Enemies/rainbow.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:Enemies/rainbow.png + +#begin Enemies/rainbow_dark.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:Enemies/rainbow_dark.png + +#begin Enemies/red.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:Enemies/red.png + +#begin Enemies/yellow.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:Enemies/yellow.png + +#begin UI/background.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/background.png + +#begin UI/snowflake.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/snowflake.png + +#begin Sounds/baseline.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:Sounds/baseline.wav + +#begin Sounds/click.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:Sounds/click.wav + +#begin Fonts/GWENT/48.spritefont +/importer:FontDescriptionImporter +/processor:FontDescriptionProcessor +/processorParam:PremultiplyAlpha=True +/processorParam:TextureFormat=Compressed +/build:Fonts/GWENT/48.spritefont + +#begin SplashArt/1.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/1.png + diff --git a/Penguloon/Content/Enemies/blue.png b/Penguloon/Content/Enemies/blue.png new file mode 100644 index 0000000..f528424 Binary files /dev/null and b/Penguloon/Content/Enemies/blue.png differ diff --git a/Penguloon/Content/Enemies/green.png b/Penguloon/Content/Enemies/green.png new file mode 100644 index 0000000..6074e80 Binary files /dev/null and b/Penguloon/Content/Enemies/green.png differ diff --git a/Penguloon/Content/Enemies/orange.png b/Penguloon/Content/Enemies/orange.png new file mode 100644 index 0000000..44211c7 Binary files /dev/null and b/Penguloon/Content/Enemies/orange.png differ diff --git a/Penguloon/Content/Enemies/purple.png b/Penguloon/Content/Enemies/purple.png new file mode 100644 index 0000000..bb00460 Binary files /dev/null and b/Penguloon/Content/Enemies/purple.png differ diff --git a/Penguloon/Content/Enemies/rainbow.png b/Penguloon/Content/Enemies/rainbow.png new file mode 100644 index 0000000..ecf93f0 Binary files /dev/null and b/Penguloon/Content/Enemies/rainbow.png differ diff --git a/Penguloon/Content/Enemies/rainbow_dark.png b/Penguloon/Content/Enemies/rainbow_dark.png new file mode 100644 index 0000000..acee5b2 Binary files /dev/null and b/Penguloon/Content/Enemies/rainbow_dark.png differ diff --git a/Penguloon/Content/Enemies/red.png b/Penguloon/Content/Enemies/red.png new file mode 100644 index 0000000..ac0bb1f Binary files /dev/null and b/Penguloon/Content/Enemies/red.png differ diff --git a/Penguloon/Content/Enemies/yellow.png b/Penguloon/Content/Enemies/yellow.png new file mode 100644 index 0000000..dc4fc03 Binary files /dev/null and b/Penguloon/Content/Enemies/yellow.png differ diff --git a/Penguloon/Content/Fonts/GWENT/128.spritefont b/Penguloon/Content/Fonts/GWENT/128.spritefont new file mode 100644 index 0000000..2a32972 --- /dev/null +++ b/Penguloon/Content/Fonts/GWENT/128.spritefont @@ -0,0 +1,60 @@ + + + + + + + GWENT.ttf + + + 128 + + + 0 + + + true + + + + + + + + + + + + ~ + + + + diff --git a/Penguloon/Content/Fonts/GWENT/16.spritefont b/Penguloon/Content/Fonts/GWENT/16.spritefont new file mode 100644 index 0000000..fedd403 --- /dev/null +++ b/Penguloon/Content/Fonts/GWENT/16.spritefont @@ -0,0 +1,60 @@ + + + + + + + GWENT.ttf + + + 16 + + + 0 + + + true + + + + + + + + + + + + ~ + + + + diff --git a/Penguloon/Content/Fonts/GWENT/24.spritefont b/Penguloon/Content/Fonts/GWENT/24.spritefont new file mode 100644 index 0000000..faf835c --- /dev/null +++ b/Penguloon/Content/Fonts/GWENT/24.spritefont @@ -0,0 +1,60 @@ + + + + + + + GWENT.ttf + + + 24 + + + 0 + + + true + + + + + + + + + + + + ~ + + + + diff --git a/Penguloon/Content/Fonts/GWENT/36.spritefont b/Penguloon/Content/Fonts/GWENT/36.spritefont new file mode 100644 index 0000000..f6268f3 --- /dev/null +++ b/Penguloon/Content/Fonts/GWENT/36.spritefont @@ -0,0 +1,60 @@ + + + + + + + GWENT.ttf + + + 36 + + + 0 + + + true + + + + + + + + + + + + ~ + + + + diff --git a/Penguloon/Content/Fonts/GWENT/48.spritefont b/Penguloon/Content/Fonts/GWENT/48.spritefont new file mode 100644 index 0000000..04f942a --- /dev/null +++ b/Penguloon/Content/Fonts/GWENT/48.spritefont @@ -0,0 +1,60 @@ + + + + + + + GWENT.ttf + + + 48 + + + 0 + + + true + + + + + + + + + + + + ~ + + + + diff --git a/Penguloon/Content/Fonts/GWENT/72.spritefont b/Penguloon/Content/Fonts/GWENT/72.spritefont new file mode 100644 index 0000000..41a8c17 --- /dev/null +++ b/Penguloon/Content/Fonts/GWENT/72.spritefont @@ -0,0 +1,60 @@ + + + + + + + GWENT.ttf + + + 72 + + + 0 + + + true + + + + + + + + + + + + ~ + + + + diff --git a/Penguloon/Content/Fonts/GWENT/GWENT.ttf b/Penguloon/Content/Fonts/GWENT/GWENT.ttf new file mode 100644 index 0000000..639d955 Binary files /dev/null and b/Penguloon/Content/Fonts/GWENT/GWENT.ttf differ diff --git a/Penguloon/Content/Objects/cannon.png b/Penguloon/Content/Objects/cannon.png new file mode 100644 index 0000000..cb25c49 Binary files /dev/null and b/Penguloon/Content/Objects/cannon.png differ diff --git a/Penguloon/Content/Objects/penguin1.png b/Penguloon/Content/Objects/penguin1.png new file mode 100644 index 0000000..e7ee2c3 Binary files /dev/null and b/Penguloon/Content/Objects/penguin1.png differ diff --git a/Penguloon/Content/Objects/penguin2.png b/Penguloon/Content/Objects/penguin2.png new file mode 100644 index 0000000..7c2afec Binary files /dev/null and b/Penguloon/Content/Objects/penguin2.png differ diff --git a/Penguloon/Content/Sounds/baseline.wav b/Penguloon/Content/Sounds/baseline.wav new file mode 100644 index 0000000..0e8eeb0 Binary files /dev/null and b/Penguloon/Content/Sounds/baseline.wav differ diff --git a/Penguloon/Content/Sounds/click.wav b/Penguloon/Content/Sounds/click.wav new file mode 100644 index 0000000..3364b09 Binary files /dev/null and b/Penguloon/Content/Sounds/click.wav differ diff --git a/Penguloon/Content/SplashArt/1.png b/Penguloon/Content/SplashArt/1.png new file mode 100644 index 0000000..4091ca6 Binary files /dev/null and b/Penguloon/Content/SplashArt/1.png differ diff --git a/Penguloon/Content/Tiles/ice.png b/Penguloon/Content/Tiles/ice.png new file mode 100644 index 0000000..b4ba6d8 Binary files /dev/null and b/Penguloon/Content/Tiles/ice.png differ diff --git a/Penguloon/Content/Tiles/waterCornerLeftDown.png b/Penguloon/Content/Tiles/waterCornerLeftDown.png new file mode 100644 index 0000000..31c1fea Binary files /dev/null and b/Penguloon/Content/Tiles/waterCornerLeftDown.png differ diff --git a/Penguloon/Content/Tiles/waterCornerLeftTop.png b/Penguloon/Content/Tiles/waterCornerLeftTop.png new file mode 100644 index 0000000..980b0e6 Binary files /dev/null and b/Penguloon/Content/Tiles/waterCornerLeftTop.png differ diff --git a/Penguloon/Content/Tiles/waterCornerRightDown.png b/Penguloon/Content/Tiles/waterCornerRightDown.png new file mode 100644 index 0000000..a28e63a Binary files /dev/null and b/Penguloon/Content/Tiles/waterCornerRightDown.png differ diff --git a/Penguloon/Content/Tiles/waterCornerRightTop.png b/Penguloon/Content/Tiles/waterCornerRightTop.png new file mode 100644 index 0000000..7f44d4a Binary files /dev/null and b/Penguloon/Content/Tiles/waterCornerRightTop.png differ diff --git a/Penguloon/Content/Tiles/waterHorizontal.png b/Penguloon/Content/Tiles/waterHorizontal.png new file mode 100644 index 0000000..881e133 Binary files /dev/null and b/Penguloon/Content/Tiles/waterHorizontal.png differ diff --git a/Penguloon/Content/Tiles/waterVertical.png b/Penguloon/Content/Tiles/waterVertical.png new file mode 100644 index 0000000..8c2cee2 Binary files /dev/null and b/Penguloon/Content/Tiles/waterVertical.png differ diff --git a/Penguloon/Content/UI/background.png b/Penguloon/Content/UI/background.png new file mode 100644 index 0000000..00a8558 Binary files /dev/null and b/Penguloon/Content/UI/background.png differ diff --git a/Penguloon/Content/UI/btnDisabled.png b/Penguloon/Content/UI/btnDisabled.png new file mode 100644 index 0000000..1a0bbfd Binary files /dev/null and b/Penguloon/Content/UI/btnDisabled.png differ diff --git a/Penguloon/Content/UI/btnIdle.png b/Penguloon/Content/UI/btnIdle.png new file mode 100644 index 0000000..f536b99 Binary files /dev/null and b/Penguloon/Content/UI/btnIdle.png differ diff --git a/Penguloon/Content/UI/btnPressed.png b/Penguloon/Content/UI/btnPressed.png new file mode 100644 index 0000000..b7dfe7d Binary files /dev/null and b/Penguloon/Content/UI/btnPressed.png differ diff --git a/Penguloon/Content/UI/progressbar.png b/Penguloon/Content/UI/progressbar.png new file mode 100644 index 0000000..32266ff Binary files /dev/null and b/Penguloon/Content/UI/progressbar.png differ diff --git a/Penguloon/Content/UI/red.png b/Penguloon/Content/UI/red.png new file mode 100644 index 0000000..b1fcae6 Binary files /dev/null and b/Penguloon/Content/UI/red.png differ diff --git a/Penguloon/Content/UI/snowflake.png b/Penguloon/Content/UI/snowflake.png new file mode 100644 index 0000000..7064643 Binary files /dev/null and b/Penguloon/Content/UI/snowflake.png differ -- cgit v1.2.3-70-g09d2