Increased tile size.

This commit is contained in:
Justin Marshall
2020-06-27 10:01:29 -07:00
parent 4e1be3e1cb
commit 0189929957
2 changed files with 15 additions and 5 deletions
+11 -1
View File
@@ -145,6 +145,16 @@ Height=30
1=BwAAIIH//v8f/4AHAAAggf/+/x//gAcAACCB//7/H/+ABwAAIIH//v8f/4AHAAAggQD+/x
2=8AgAcAACCBAP7/HwCA
[TERRAIN]
7363=T01
6853=T01
6474=T01
6862=T01
7502=T01
7884=T01
7249=T01
7105=T01
[UNITS]
0=USSR,4TNK,256,7495,0,Guard,None
1=USSR,4TNK,256,7882,0,Guard,None
@@ -171,5 +181,5 @@ Count=0
4=lesson.
[Digest]
1=eLepta/L7Dh96Ko1pPa9tfZK7oU=
1=Fnccg6L7HTpz6/hYgFxr9Irh0dU=
+4 -4
View File
@@ -41,11 +41,11 @@
struct Image_t;
// jmarshall - isometric
#define ICON_PIXEL_W 24
#define ICON_PIXEL_H 12
#define ICON_PIXEL_W 48
#define ICON_PIXEL_H 24
// jmarshall end
#define ICON_LEPTON_W 256
#define ICON_LEPTON_H 128
#define ICON_LEPTON_W 512
#define ICON_LEPTON_H 256
#define CELL_PIXEL_W ICON_PIXEL_W
#define CELL_PIXEL_H ICON_PIXEL_H
#define CELL_LEPTON_W ICON_LEPTON_W