Modding:Maps: Difference between revisions

40 bytes added ,  10:40, 21 April 2020
Line 52: Line 52:
   <part Name="Render"  
   <part Name="Render"  
         DisplayName="your display name here"  
         DisplayName="your display name here"  
         Tile="Terrain/yourcustomtile.png"  <!-- put in a subfolder of your mod folder -->
         Tile="Terrain/yourcustomtile.png"   
         ColorString="&amp;G^k"  <!-- colour of the tile -->
         ColorString="&amp;G^k"   
         DetailColor="r"> <!-- highlight colour of the tile -->
         DetailColor="r"> <!-- sets a number or attributes such as the location of your custom tile (in a sub folder of your mod folder) and the colours to be applied to it -->
   </part>
   </part>
   <part Name="Description" Short="your description here"></part>
   <part Name="Description" Short="your description here"></part>
Anonymous user