Skip to content
Snippets Groups Projects
Commit f0e8150b authored by Jeremy Gibson Bond's avatar Jeremy Gibson Bond
Browse files

Fixed a couple messages. Ready for class.

parent 66a6d325
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ void LoadTiles() {
Debug.LogError( "Failed to parse num of: " + tempTiles[i].name );// d
}
}
Debug.Log( "Parsed " + VISUAL_TILES.Length + " tiles into TILES_VISUAL." );
Debug.Log( $"Parsed {VISUAL_TILES.Length} tiles from folder: {resourcesFolderHoldingTiles}." );
}
/// <summary>
......@@ -57,6 +57,7 @@ void LoadTiles() {
void ShowTiles() {
visualTileBaseArray = GetMapTiles(); // b
tilemapToFill.SetTilesBlock( MapInfo.GET_MAP_BOUNDS(), visualTileBaseArray );
Debug.Log( $"Generated Tilemap from data to Tilemap named: {tilemapToFill.name}." );
}
/// <summary>
......
......@@ -63871,10 +63871,10 @@ MonoBehaviour:
outputMapTexturePNG: mapTexture
outputMapDataTXT: mapData
stopPoints: []
outputSprites: {fileID: 739616773}
outputSprites: {fileID: 692756163}
numSprites: 48
checkSums: 809188000000000034cb9a000000000000425d00000000000000000000000000d86f5a0000000000a05d5e00000000008cbc7e0000000000e8477a0000000000a0317d0000000000840f8e00000000000087820000000000688c52000000000064f09d00000000000082f90000000000c001b6000000000050ea49000000000000fc540000000000d05d4a0000000000605eb900000000005010ef00000000004c15ac0000000000acafee0000000000c0f99d000000000080067a0000000000d069ba0000000000a0df64000000000034cdf4000000000014a47b0000000000a4025e0000000000c085f00000000000b4d3140000000000ec0bbf0000000000fce69600000000007c9bac000000000028197b0000000000d0f5300000000000d0e9330000000000a89fce00000000006ca8f90000000000a8ac2501000000005c73060100000000240ff20000000000ecbefb00000000002c382701000000002832f70000000000009e1601000000006443f8000000000018eae50000000000
--- !u!28 &739616773
--- !u!28 &692756163
Texture2D:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment