Description:
Try alternative tile set.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
|
1 | NO CONTENT: new file 100644, binary diff hidden |
@@ -47,7 +47,7 | |||
|
47 | 47 | ## Merged |
|
48 | 48 | |
|
49 | 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 1x |
|
|
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 | 52 | merged: isometric-park-fna/Content/merged_tileset.png |
|
53 | 53 |
|
1 | NO CONTENT: modified file, binary diff hidden |
@@ -732,10 +732,10 | |||
|
732 | 732 | if (this.simulation.map.cells[i][j].HasTree) |
|
733 | 733 | { //until we actually simulate: |
|
734 | 734 | if (this.simulation.map.cells[i][j].Type == TreeType.GenericDeciduous) { |
|
735 |
drawTileAt(i, j, |
|
|
735 | drawTileAt(i, j, 252, 2); // 142, , 262 | |
|
736 | 736 | } |
|
737 | 737 | else { |
|
738 |
drawTileAt(i, j, 2 |
|
|
738 | drawTileAt(i, j, 122, 2); //122, 203, 221 | |
|
739 | 739 | } |
|
740 | 740 | // if ((i + j) % 8 == 0) |
|
741 | 741 | // { |
You need to be logged in to leave comments.
Login now