Description:
Try alternative tile set.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r525:7cd37e007fa7 -

1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
@@ -47,7 +47,7
47 ## Merged
47 ## Merged
48
48
49 isometric-park-fna/Content/merged_tileset.png: isometric-park-fna/Content/pak64_tileset.png
49 isometric-park-fna/Content/merged_tileset.png: isometric-park-fna/Content/pak64_tileset.png
50 montage isometric-park-fna/Content/part4_tileset.png $^ -background transparent -geometry +0+0 -tile 1x2 PNG8:isometric-park-fna/Content/merged_tileset.png
50 montage isometric-park-fna/Content/part4_tileset.png $^ isometric-park-fna/Content/remos_trees.png -background transparent -geometry +0+0 -tile 1x PNG8:isometric-park-fna/Content/merged_tileset.png
51
51
52 merged: isometric-park-fna/Content/merged_tileset.png
52 merged: isometric-park-fna/Content/merged_tileset.png
53
53
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
@@ -732,10 +732,10
732 if (this.simulation.map.cells[i][j].HasTree)
732 if (this.simulation.map.cells[i][j].HasTree)
733 { //until we actually simulate:
733 { //until we actually simulate:
734 if (this.simulation.map.cells[i][j].Type == TreeType.GenericDeciduous) {
734 if (this.simulation.map.cells[i][j].Type == TreeType.GenericDeciduous) {
735 drawTileAt(i, j, 173, 1);
735 drawTileAt(i, j, 252, 2); // 142, , 262
736 }
736 }
737 else {
737 else {
738 drawTileAt(i, j, 203, 1); //122
738 drawTileAt(i, j, 122, 2); //122, 203, 221
739 }
739 }
740 // if ((i + j) % 8 == 0)
740 // if ((i + j) % 8 == 0)
741 // {
741 // {
You need to be logged in to leave comments. Login now