mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
Increased tile size.
This commit is contained in:
+11
-1
@@ -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=
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user