ping on map feature complete

This commit is contained in:
Michele 2021-02-09 17:13:52 +00:00
parent 17cce56866
commit bce97de302
19 changed files with 1002 additions and 233 deletions

View file

@ -93,6 +93,23 @@
/processorParam:TextureFormat=Compressed
/build:fonts/font99.spritefont
#begin handcursors
/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:handcursors
#begin handcursorsIndex
/importer:XmlImporter
/processor:
/build:handcursorsIndex
#begin icon_delete.png
/importer:TextureImporter
/processor:TextureProcessor
@ -141,6 +158,23 @@
/processorParam:TextureFormat=Color
/build:location.png
#begin rippleSpriteIndex
/importer:XmlImporter
/processor:PassThroughProcessor
/build:rippleSpriteIndex
#begin rippleSpriteMap
/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:rippleSpriteMap
#begin shaders/OutlineShader.fx
/importer:EffectImporter
/processor:EffectProcessor
@ -380,30 +414,6 @@
/processorParam:TextureFormat=Color
/build:walls/wall01.png
#begin walls/wall01.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:walls/wall01.png
#begin walls/wall02.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:walls/wall02.png
#begin walls/wall02.png
/importer:TextureImporter
/processor:TextureProcessor
@ -428,18 +438,6 @@
/processorParam:TextureFormat=Color
/build:walls/wall03.png
#begin walls/wall03.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:walls/wall03.png
#begin walls/wall04.png
/importer:TextureImporter
/processor:TextureProcessor
@ -452,30 +450,6 @@
/processorParam:TextureFormat=Color
/build:walls/wall04.png
#begin walls/wall04.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:walls/wall04.png
#begin walls/wall05.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:walls/wall05.png
#begin walls/wall05.png
/importer:TextureImporter
/processor:TextureProcessor

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 B

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<XnaContent>
<Asset Type="System.Collections.Generic.Dictionary[System.String, Microsoft.Xna.Framework.Rectangle]">
<Item><Key>handcursor_00</Key><Value>0 0 60 60</Value></Item>
<Item><Key>handcursor_01</Key><Value>61 0 60 60</Value></Item>
</Asset>
</XnaContent>

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" ?>
<XnaContent>
<Asset Type="System.Collections.Generic.Dictionary[System.String, Microsoft.Xna.Framework.Rectangle]">
<Item><Key>ripple_00</Key><Value>0 0 128 128</Value></Item>
<Item><Key>ripple_01</Key><Value>129 0 128 128</Value></Item>
<Item><Key>ripple_02</Key><Value>258 0 128 128</Value></Item>
<Item><Key>ripple_03</Key><Value>0 129 128 128</Value></Item>
<Item><Key>ripple_04</Key><Value>129 129 128 128</Value></Item>
<Item><Key>ripple_05</Key><Value>0 258 128 128</Value></Item>
<Item><Key>ripple_06</Key><Value>129 258 128 128</Value></Item>
<Item><Key>ripple_07</Key><Value>258 129 128 128</Value></Item>
<Item><Key>ripple_08</Key><Value>258 258 128 128</Value></Item>
<Item><Key>ripple_09</Key><Value>387 0 128 128</Value></Item>
<Item><Key>ripple_10</Key><Value>387 129 128 128</Value></Item>
<Item><Key>ripple_11</Key><Value>516 0 128 128</Value></Item>
<Item><Key>ripple_12</Key><Value>387 258 128 128</Value></Item>
<Item><Key>ripple_13</Key><Value>516 129 128 128</Value></Item>
<Item><Key>ripple_14</Key><Value>645 0 128 128</Value></Item>
<Item><Key>ripple_15</Key><Value>774 0 128 128</Value></Item>
<Item><Key>ripple_16</Key><Value>645 129 128 128</Value></Item>
<Item><Key>ripple_17</Key><Value>516 258 128 128</Value></Item>
<Item><Key>ripple_18</Key><Value>645 258 128 128</Value></Item>
</Asset>
</XnaContent>

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB