Initial refactorin
5987
Sledgemapper/Content/Content.mgcb
Normal file
60
Sledgemapper/Content/fonts/font08.spritefont
Normal file
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
This file contains an xml description of a font, and will be read by the XNA
|
||||
Framework Content Pipeline. Follow the comments to customize the appearance
|
||||
of the font in your game, and to change the characters which are available to draw
|
||||
with.
|
||||
-->
|
||||
<XnaContent xmlns:Graphics="Microsoft.Xna.Framework.Content.Pipeline.Graphics">
|
||||
<Asset Type="Graphics:FontDescription">
|
||||
|
||||
<!--
|
||||
Modify this string to change the font that will be imported.
|
||||
-->
|
||||
<FontName>Arial</FontName>
|
||||
|
||||
<!--
|
||||
Size is a float value, measured in points. Modify this value to change
|
||||
the size of the font.
|
||||
-->
|
||||
<Size>8</Size>
|
||||
|
||||
<!--
|
||||
Spacing is a float value, measured in pixels. Modify this value to change
|
||||
the amount of spacing in between characters.
|
||||
-->
|
||||
<Spacing>0</Spacing>
|
||||
|
||||
<!--
|
||||
UseKerning controls the layout of the font. If this value is true, kerning information
|
||||
will be used when placing characters.
|
||||
-->
|
||||
<UseKerning>true</UseKerning>
|
||||
|
||||
<!--
|
||||
Style controls the style of the font. Valid entries are "Regular", "Bold", "Italic",
|
||||
and "Bold, Italic", and are case sensitive.
|
||||
-->
|
||||
<Style>Regular</Style>
|
||||
|
||||
<!--
|
||||
If you uncomment this line, the default character will be substituted if you draw
|
||||
or measure text that contains characters which were not included in the font.
|
||||
-->
|
||||
<!-- <DefaultCharacter>*</DefaultCharacter> -->
|
||||
|
||||
<!--
|
||||
CharacterRegions control what letters are available in the font. Every
|
||||
character from Start to End will be built and made available for drawing. The
|
||||
default range is from 32, (ASCII space), to 126, ('~'), covering the basic Latin
|
||||
character set. The characters are ordered according to the Unicode standard.
|
||||
See the documentation for more information.
|
||||
-->
|
||||
<CharacterRegions>
|
||||
<CharacterRegion>
|
||||
<Start> </Start>
|
||||
<End>~</End>
|
||||
</CharacterRegion>
|
||||
</CharacterRegions>
|
||||
</Asset>
|
||||
</XnaContent>
|
60
Sledgemapper/Content/fonts/font12.spritefont
Normal file
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
This file contains an xml description of a font, and will be read by the XNA
|
||||
Framework Content Pipeline. Follow the comments to customize the appearance
|
||||
of the font in your game, and to change the characters which are available to draw
|
||||
with.
|
||||
-->
|
||||
<XnaContent xmlns:Graphics="Microsoft.Xna.Framework.Content.Pipeline.Graphics">
|
||||
<Asset Type="Graphics:FontDescription">
|
||||
|
||||
<!--
|
||||
Modify this string to change the font that will be imported.
|
||||
-->
|
||||
<FontName>Arial</FontName>
|
||||
|
||||
<!--
|
||||
Size is a float value, measured in points. Modify this value to change
|
||||
the size of the font.
|
||||
-->
|
||||
<Size>12</Size>
|
||||
|
||||
<!--
|
||||
Spacing is a float value, measured in pixels. Modify this value to change
|
||||
the amount of spacing in between characters.
|
||||
-->
|
||||
<Spacing>0</Spacing>
|
||||
|
||||
<!--
|
||||
UseKerning controls the layout of the font. If this value is true, kerning information
|
||||
will be used when placing characters.
|
||||
-->
|
||||
<UseKerning>true</UseKerning>
|
||||
|
||||
<!--
|
||||
Style controls the style of the font. Valid entries are "Regular", "Bold", "Italic",
|
||||
and "Bold, Italic", and are case sensitive.
|
||||
-->
|
||||
<Style>Regular</Style>
|
||||
|
||||
<!--
|
||||
If you uncomment this line, the default character will be substituted if you draw
|
||||
or measure text that contains characters which were not included in the font.
|
||||
-->
|
||||
<!-- <DefaultCharacter>*</DefaultCharacter> -->
|
||||
|
||||
<!--
|
||||
CharacterRegions control what letters are available in the font. Every
|
||||
character from Start to End will be built and made available for drawing. The
|
||||
default range is from 32, (ASCII space), to 126, ('~'), covering the basic Latin
|
||||
character set. The characters are ordered according to the Unicode standard.
|
||||
See the documentation for more information.
|
||||
-->
|
||||
<CharacterRegions>
|
||||
<CharacterRegion>
|
||||
<Start> </Start>
|
||||
<End>~</End>
|
||||
</CharacterRegion>
|
||||
</CharacterRegions>
|
||||
</Asset>
|
||||
</XnaContent>
|
60
Sledgemapper/Content/fonts/font20.spritefont
Normal file
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
This file contains an xml description of a font, and will be read by the XNA
|
||||
Framework Content Pipeline. Follow the comments to customize the appearance
|
||||
of the font in your game, and to change the characters which are available to draw
|
||||
with.
|
||||
-->
|
||||
<XnaContent xmlns:Graphics="Microsoft.Xna.Framework.Content.Pipeline.Graphics">
|
||||
<Asset Type="Graphics:FontDescription">
|
||||
|
||||
<!--
|
||||
Modify this string to change the font that will be imported.
|
||||
-->
|
||||
<FontName>Arial</FontName>
|
||||
|
||||
<!--
|
||||
Size is a float value, measured in points. Modify this value to change
|
||||
the size of the font.
|
||||
-->
|
||||
<Size>20</Size>
|
||||
|
||||
<!--
|
||||
Spacing is a float value, measured in pixels. Modify this value to change
|
||||
the amount of spacing in between characters.
|
||||
-->
|
||||
<Spacing>0</Spacing>
|
||||
|
||||
<!--
|
||||
UseKerning controls the layout of the font. If this value is true, kerning information
|
||||
will be used when placing characters.
|
||||
-->
|
||||
<UseKerning>true</UseKerning>
|
||||
|
||||
<!--
|
||||
Style controls the style of the font. Valid entries are "Regular", "Bold", "Italic",
|
||||
and "Bold, Italic", and are case sensitive.
|
||||
-->
|
||||
<Style>Regular</Style>
|
||||
|
||||
<!--
|
||||
If you uncomment this line, the default character will be substituted if you draw
|
||||
or measure text that contains characters which were not included in the font.
|
||||
-->
|
||||
<!-- <DefaultCharacter>*</DefaultCharacter> -->
|
||||
|
||||
<!--
|
||||
CharacterRegions control what letters are available in the font. Every
|
||||
character from Start to End will be built and made available for drawing. The
|
||||
default range is from 32, (ASCII space), to 126, ('~'), covering the basic Latin
|
||||
character set. The characters are ordered according to the Unicode standard.
|
||||
See the documentation for more information.
|
||||
-->
|
||||
<CharacterRegions>
|
||||
<CharacterRegion>
|
||||
<Start> </Start>
|
||||
<End>~</End>
|
||||
</CharacterRegion>
|
||||
</CharacterRegions>
|
||||
</Asset>
|
||||
</XnaContent>
|
60
Sledgemapper/Content/fonts/font28.spritefont
Normal file
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
This file contains an xml description of a font, and will be read by the XNA
|
||||
Framework Content Pipeline. Follow the comments to customize the appearance
|
||||
of the font in your game, and to change the characters which are available to draw
|
||||
with.
|
||||
-->
|
||||
<XnaContent xmlns:Graphics="Microsoft.Xna.Framework.Content.Pipeline.Graphics">
|
||||
<Asset Type="Graphics:FontDescription">
|
||||
|
||||
<!--
|
||||
Modify this string to change the font that will be imported.
|
||||
-->
|
||||
<FontName>Arial</FontName>
|
||||
|
||||
<!--
|
||||
Size is a float value, measured in points. Modify this value to change
|
||||
the size of the font.
|
||||
-->
|
||||
<Size>28</Size>
|
||||
|
||||
<!--
|
||||
Spacing is a float value, measured in pixels. Modify this value to change
|
||||
the amount of spacing in between characters.
|
||||
-->
|
||||
<Spacing>0</Spacing>
|
||||
|
||||
<!--
|
||||
UseKerning controls the layout of the font. If this value is true, kerning information
|
||||
will be used when placing characters.
|
||||
-->
|
||||
<UseKerning>true</UseKerning>
|
||||
|
||||
<!--
|
||||
Style controls the style of the font. Valid entries are "Regular", "Bold", "Italic",
|
||||
and "Bold, Italic", and are case sensitive.
|
||||
-->
|
||||
<Style>Regular</Style>
|
||||
|
||||
<!--
|
||||
If you uncomment this line, the default character will be substituted if you draw
|
||||
or measure text that contains characters which were not included in the font.
|
||||
-->
|
||||
<!-- <DefaultCharacter>*</DefaultCharacter> -->
|
||||
|
||||
<!--
|
||||
CharacterRegions control what letters are available in the font. Every
|
||||
character from Start to End will be built and made available for drawing. The
|
||||
default range is from 32, (ASCII space), to 126, ('~'), covering the basic Latin
|
||||
character set. The characters are ordered according to the Unicode standard.
|
||||
See the documentation for more information.
|
||||
-->
|
||||
<CharacterRegions>
|
||||
<CharacterRegion>
|
||||
<Start> </Start>
|
||||
<End>~</End>
|
||||
</CharacterRegion>
|
||||
</CharacterRegions>
|
||||
</Asset>
|
||||
</XnaContent>
|
60
Sledgemapper/Content/fonts/font36.spritefont
Normal file
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
This file contains an xml description of a font, and will be read by the XNA
|
||||
Framework Content Pipeline. Follow the comments to customize the appearance
|
||||
of the font in your game, and to change the characters which are available to draw
|
||||
with.
|
||||
-->
|
||||
<XnaContent xmlns:Graphics="Microsoft.Xna.Framework.Content.Pipeline.Graphics">
|
||||
<Asset Type="Graphics:FontDescription">
|
||||
|
||||
<!--
|
||||
Modify this string to change the font that will be imported.
|
||||
-->
|
||||
<FontName>Arial</FontName>
|
||||
|
||||
<!--
|
||||
Size is a float value, measured in points. Modify this value to change
|
||||
the size of the font.
|
||||
-->
|
||||
<Size>36</Size>
|
||||
|
||||
<!--
|
||||
Spacing is a float value, measured in pixels. Modify this value to change
|
||||
the amount of spacing in between characters.
|
||||
-->
|
||||
<Spacing>0</Spacing>
|
||||
|
||||
<!--
|
||||
UseKerning controls the layout of the font. If this value is true, kerning information
|
||||
will be used when placing characters.
|
||||
-->
|
||||
<UseKerning>true</UseKerning>
|
||||
|
||||
<!--
|
||||
Style controls the style of the font. Valid entries are "Regular", "Bold", "Italic",
|
||||
and "Bold, Italic", and are case sensitive.
|
||||
-->
|
||||
<Style>Regular</Style>
|
||||
|
||||
<!--
|
||||
If you uncomment this line, the default character will be substituted if you draw
|
||||
or measure text that contains characters which were not included in the font.
|
||||
-->
|
||||
<!-- <DefaultCharacter>*</DefaultCharacter> -->
|
||||
|
||||
<!--
|
||||
CharacterRegions control what letters are available in the font. Every
|
||||
character from Start to End will be built and made available for drawing. The
|
||||
default range is from 32, (ASCII space), to 126, ('~'), covering the basic Latin
|
||||
character set. The characters are ordered according to the Unicode standard.
|
||||
See the documentation for more information.
|
||||
-->
|
||||
<CharacterRegions>
|
||||
<CharacterRegion>
|
||||
<Start> </Start>
|
||||
<End>~</End>
|
||||
</CharacterRegion>
|
||||
</CharacterRegions>
|
||||
</Asset>
|
||||
</XnaContent>
|
60
Sledgemapper/Content/fonts/font42.spritefont
Normal file
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
This file contains an xml description of a font, and will be read by the XNA
|
||||
Framework Content Pipeline. Follow the comments to customize the appearance
|
||||
of the font in your game, and to change the characters which are available to draw
|
||||
with.
|
||||
-->
|
||||
<XnaContent xmlns:Graphics="Microsoft.Xna.Framework.Content.Pipeline.Graphics">
|
||||
<Asset Type="Graphics:FontDescription">
|
||||
|
||||
<!--
|
||||
Modify this string to change the font that will be imported.
|
||||
-->
|
||||
<FontName>Arial</FontName>
|
||||
|
||||
<!--
|
||||
Size is a float value, measured in points. Modify this value to change
|
||||
the size of the font.
|
||||
-->
|
||||
<Size>42</Size>
|
||||
|
||||
<!--
|
||||
Spacing is a float value, measured in pixels. Modify this value to change
|
||||
the amount of spacing in between characters.
|
||||
-->
|
||||
<Spacing>0</Spacing>
|
||||
|
||||
<!--
|
||||
UseKerning controls the layout of the font. If this value is true, kerning information
|
||||
will be used when placing characters.
|
||||
-->
|
||||
<UseKerning>true</UseKerning>
|
||||
|
||||
<!--
|
||||
Style controls the style of the font. Valid entries are "Regular", "Bold", "Italic",
|
||||
and "Bold, Italic", and are case sensitive.
|
||||
-->
|
||||
<Style>Regular</Style>
|
||||
|
||||
<!--
|
||||
If you uncomment this line, the default character will be substituted if you draw
|
||||
or measure text that contains characters which were not included in the font.
|
||||
-->
|
||||
<!-- <DefaultCharacter>*</DefaultCharacter> -->
|
||||
|
||||
<!--
|
||||
CharacterRegions control what letters are available in the font. Every
|
||||
character from Start to End will be built and made available for drawing. The
|
||||
default range is from 32, (ASCII space), to 126, ('~'), covering the basic Latin
|
||||
character set. The characters are ordered according to the Unicode standard.
|
||||
See the documentation for more information.
|
||||
-->
|
||||
<CharacterRegions>
|
||||
<CharacterRegion>
|
||||
<Start> </Start>
|
||||
<End>~</End>
|
||||
</CharacterRegion>
|
||||
</CharacterRegions>
|
||||
</Asset>
|
||||
</XnaContent>
|
60
Sledgemapper/Content/fonts/font60.spritefont
Normal file
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
This file contains an xml description of a font, and will be read by the XNA
|
||||
Framework Content Pipeline. Follow the comments to customize the appearance
|
||||
of the font in your game, and to change the characters which are available to draw
|
||||
with.
|
||||
-->
|
||||
<XnaContent xmlns:Graphics="Microsoft.Xna.Framework.Content.Pipeline.Graphics">
|
||||
<Asset Type="Graphics:FontDescription">
|
||||
|
||||
<!--
|
||||
Modify this string to change the font that will be imported.
|
||||
-->
|
||||
<FontName>Arial</FontName>
|
||||
|
||||
<!--
|
||||
Size is a float value, measured in points. Modify this value to change
|
||||
the size of the font.
|
||||
-->
|
||||
<Size>60</Size>
|
||||
|
||||
<!--
|
||||
Spacing is a float value, measured in pixels. Modify this value to change
|
||||
the amount of spacing in between characters.
|
||||
-->
|
||||
<Spacing>0</Spacing>
|
||||
|
||||
<!--
|
||||
UseKerning controls the layout of the font. If this value is true, kerning information
|
||||
will be used when placing characters.
|
||||
-->
|
||||
<UseKerning>true</UseKerning>
|
||||
|
||||
<!--
|
||||
Style controls the style of the font. Valid entries are "Regular", "Bold", "Italic",
|
||||
and "Bold, Italic", and are case sensitive.
|
||||
-->
|
||||
<Style>Regular</Style>
|
||||
|
||||
<!--
|
||||
If you uncomment this line, the default character will be substituted if you draw
|
||||
or measure text that contains characters which were not included in the font.
|
||||
-->
|
||||
<!-- <DefaultCharacter>*</DefaultCharacter> -->
|
||||
|
||||
<!--
|
||||
CharacterRegions control what letters are available in the font. Every
|
||||
character from Start to End will be built and made available for drawing. The
|
||||
default range is from 32, (ASCII space), to 126, ('~'), covering the basic Latin
|
||||
character set. The characters are ordered according to the Unicode standard.
|
||||
See the documentation for more information.
|
||||
-->
|
||||
<CharacterRegions>
|
||||
<CharacterRegion>
|
||||
<Start> </Start>
|
||||
<End>~</End>
|
||||
</CharacterRegion>
|
||||
</CharacterRegions>
|
||||
</Asset>
|
||||
</XnaContent>
|
60
Sledgemapper/Content/fonts/font99.spritefont
Normal file
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
This file contains an xml description of a font, and will be read by the XNA
|
||||
Framework Content Pipeline. Follow the comments to customize the appearance
|
||||
of the font in your game, and to change the characters which are available to draw
|
||||
with.
|
||||
-->
|
||||
<XnaContent xmlns:Graphics="Microsoft.Xna.Framework.Content.Pipeline.Graphics">
|
||||
<Asset Type="Graphics:FontDescription">
|
||||
|
||||
<!--
|
||||
Modify this string to change the font that will be imported.
|
||||
-->
|
||||
<FontName>Arial</FontName>
|
||||
|
||||
<!--
|
||||
Size is a float value, measured in points. Modify this value to change
|
||||
the size of the font.
|
||||
-->
|
||||
<Size>99</Size>
|
||||
|
||||
<!--
|
||||
Spacing is a float value, measured in pixels. Modify this value to change
|
||||
the amount of spacing in between characters.
|
||||
-->
|
||||
<Spacing>0</Spacing>
|
||||
|
||||
<!--
|
||||
UseKerning controls the layout of the font. If this value is true, kerning information
|
||||
will be used when placing characters.
|
||||
-->
|
||||
<UseKerning>true</UseKerning>
|
||||
|
||||
<!--
|
||||
Style controls the style of the font. Valid entries are "Regular", "Bold", "Italic",
|
||||
and "Bold, Italic", and are case sensitive.
|
||||
-->
|
||||
<Style>Regular</Style>
|
||||
|
||||
<!--
|
||||
If you uncomment this line, the default character will be substituted if you draw
|
||||
or measure text that contains characters which were not included in the font.
|
||||
-->
|
||||
<!-- <DefaultCharacter>*</DefaultCharacter> -->
|
||||
|
||||
<!--
|
||||
CharacterRegions control what letters are available in the font. Every
|
||||
character from Start to End will be built and made available for drawing. The
|
||||
default range is from 32, (ASCII space), to 126, ('~'), covering the basic Latin
|
||||
character set. The characters are ordered according to the Unicode standard.
|
||||
See the documentation for more information.
|
||||
-->
|
||||
<CharacterRegions>
|
||||
<CharacterRegion>
|
||||
<Start> </Start>
|
||||
<End>~</End>
|
||||
</CharacterRegion>
|
||||
</CharacterRegions>
|
||||
</Asset>
|
||||
</XnaContent>
|
BIN
Sledgemapper/Content/overlays/allied-star.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
Sledgemapper/Content/overlays/american-shield.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
Sledgemapper/Content/overlays/ammonite.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
Sledgemapper/Content/overlays/ancient-columns.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
Sledgemapper/Content/overlays/ancient-sword.png
Normal file
After Width: | Height: | Size: 9.5 KiB |
BIN
Sledgemapper/Content/overlays/anvil-impact.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
Sledgemapper/Content/overlays/anvil.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
Sledgemapper/Content/overlays/arrow-flights.png
Normal file
After Width: | Height: | Size: 9 KiB |
BIN
Sledgemapper/Content/overlays/assassin-pocket.png
Normal file
After Width: | Height: | Size: 8.7 KiB |
BIN
Sledgemapper/Content/overlays/bandaged.png
Normal file
After Width: | Height: | Size: 6.6 KiB |
BIN
Sledgemapper/Content/overlays/barbed-wire.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
Sledgemapper/Content/overlays/barbute.png
Normal file
After Width: | Height: | Size: 7.7 KiB |
BIN
Sledgemapper/Content/overlays/battle-axe.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
Sledgemapper/Content/overlays/black-book.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
Sledgemapper/Content/overlays/black-flag.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
Sledgemapper/Content/overlays/boiling-bubbles.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
Sledgemapper/Content/overlays/bolt-saw.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
Sledgemapper/Content/overlays/boot-prints.png
Normal file
After Width: | Height: | Size: 7.2 KiB |
BIN
Sledgemapper/Content/overlays/bowie-knife.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
Sledgemapper/Content/overlays/breastplate.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
Sledgemapper/Content/overlays/broad-dagger.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
Sledgemapper/Content/overlays/broadhead-arrow.png
Normal file
After Width: | Height: | Size: 9.5 KiB |
BIN
Sledgemapper/Content/overlays/broadsword.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
Sledgemapper/Content/overlays/broken-arrow.png
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
Sledgemapper/Content/overlays/brutal-helm.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
Sledgemapper/Content/overlays/brute.png
Normal file
After Width: | Height: | Size: 8 KiB |
BIN
Sledgemapper/Content/overlays/bubbling-bowl.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
Sledgemapper/Content/overlays/bubbling-flask.png
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
Sledgemapper/Content/overlays/bugle-call.png
Normal file
After Width: | Height: | Size: 8.7 KiB |
BIN
Sledgemapper/Content/overlays/bull.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
Sledgemapper/Content/overlays/bully-minion.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
Sledgemapper/Content/overlays/burning-dot.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
Sledgemapper/Content/overlays/burning-embers.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
Sledgemapper/Content/overlays/caltrops.png
Normal file
After Width: | Height: | Size: 7.5 KiB |
BIN
Sledgemapper/Content/overlays/campfire.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
Sledgemapper/Content/overlays/candle-flame.png
Normal file
After Width: | Height: | Size: 6.9 KiB |
BIN
Sledgemapper/Content/overlays/candle-holder.png
Normal file
After Width: | Height: | Size: 5.8 KiB |
BIN
Sledgemapper/Content/overlays/candlebright.png
Normal file
After Width: | Height: | Size: 6.9 KiB |
BIN
Sledgemapper/Content/overlays/carnivore-mouth.png
Normal file
After Width: | Height: | Size: 9.2 KiB |
BIN
Sledgemapper/Content/overlays/cash.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
Sledgemapper/Content/overlays/cauldron.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
BIN
Sledgemapper/Content/overlays/cellar-barrels.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
Sledgemapper/Content/overlays/centipede.png
Normal file
After Width: | Height: | Size: 9.6 KiB |
BIN
Sledgemapper/Content/overlays/chemical-bolt.png
Normal file
After Width: | Height: | Size: 9.5 KiB |
BIN
Sledgemapper/Content/overlays/chemical-drop.png
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
Sledgemapper/Content/overlays/chest.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
Sledgemapper/Content/overlays/circle.png
Normal file
After Width: | Height: | Size: 7.3 KiB |
BIN
Sledgemapper/Content/overlays/circular-sawblade.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
Sledgemapper/Content/overlays/cleaver.png
Normal file
After Width: | Height: | Size: 8.7 KiB |
BIN
Sledgemapper/Content/overlays/cliff-crossing.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
Sledgemapper/Content/overlays/cloak-dagger.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
Sledgemapper/Content/overlays/clover.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
Sledgemapper/Content/overlays/cobweb.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
Sledgemapper/Content/overlays/coffin.png
Normal file
After Width: | Height: | Size: 5.8 KiB |
BIN
Sledgemapper/Content/overlays/coins.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
Sledgemapper/Content/overlays/confirmed.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
Sledgemapper/Content/overlays/cracked-glass.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
Sledgemapper/Content/overlays/croc-jaws.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
Sledgemapper/Content/overlays/crossbow.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
Sledgemapper/Content/overlays/crossed-bones.png
Normal file
After Width: | Height: | Size: 8.7 KiB |
BIN
Sledgemapper/Content/overlays/crossed-chains.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
Sledgemapper/Content/overlays/crown-coin.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
Sledgemapper/Content/overlays/crown-of-thorns.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
Sledgemapper/Content/overlays/crown.png
Normal file
After Width: | Height: | Size: 9.4 KiB |
BIN
Sledgemapper/Content/overlays/crystal-bars.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
Sledgemapper/Content/overlays/crystal-growth.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
Sledgemapper/Content/overlays/cubes.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
Sledgemapper/Content/overlays/cultist.png
Normal file
After Width: | Height: | Size: 8.2 KiB |
BIN
Sledgemapper/Content/overlays/curled-tentacle.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
Sledgemapper/Content/overlays/curling-vines.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
Sledgemapper/Content/overlays/curvy-knife.png
Normal file
After Width: | Height: | Size: 8 KiB |
BIN
Sledgemapper/Content/overlays/cut-diamond.png
Normal file
After Width: | Height: | Size: 8.8 KiB |
BIN
Sledgemapper/Content/overlays/dark-squad.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
Sledgemapper/Content/overlays/death-juice.png
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
Sledgemapper/Content/overlays/decapitation.png
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
Sledgemapper/Content/overlays/dice-six-faces-five.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
Sledgemapper/Content/overlays/dice-six-faces-four.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
Sledgemapper/Content/overlays/dice-six-faces-one.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
Sledgemapper/Content/overlays/dice-six-faces-six.png
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
Sledgemapper/Content/overlays/dice-six-faces-three.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
Sledgemapper/Content/overlays/dice-six-faces-two.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
Sledgemapper/Content/overlays/dice-twenty-faces-one.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
Sledgemapper/Content/overlays/dig-dug.png
Normal file
After Width: | Height: | Size: 8.6 KiB |
BIN
Sledgemapper/Content/overlays/dinosaur-rex.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
Sledgemapper/Content/overlays/dolmen.png
Normal file
After Width: | Height: | Size: 8.7 KiB |
BIN
Sledgemapper/Content/overlays/door.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
Sledgemapper/Content/overlays/doorway.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
Sledgemapper/Content/overlays/double-dragon.png
Normal file
After Width: | Height: | Size: 9.8 KiB |
BIN
Sledgemapper/Content/overlays/dragon-head.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
Sledgemapper/Content/overlays/dread.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
Sledgemapper/Content/overlays/drop.png
Normal file
After Width: | Height: | Size: 5.7 KiB |