diff options
| author | Japa Illo | 2012-02-13 00:39:54 +0530 |
|---|---|---|
| committer | Japa Illo | 2012-02-13 00:39:54 +0530 |
| commit | 78f13e7490e78098152af2c6771dc63b09808f46 (patch) | |
| tree | 8921687f4cc073df00b35982303cb705ddee4fa0 /commonTypes.h | |
| parent | 9e38e139ecce28e6bc316c05eccb28d411cae412 (diff) | |
| download | stonesense-78f13e7490e78098152af2c6771dc63b09808f46.tar.gz stonesense-78f13e7490e78098152af2c6771dc63b09808f46.tar.bz2 stonesense-78f13e7490e78098152af2c6771dc63b09808f46.tar.xz | |
Added zoom. Still needs enhance.
Also fixed the motion blur.
Signed-off-by: Japa Illo <japa.mala.illo@gmail.com>
Diffstat (limited to 'commonTypes.h')
| -rw-r--r-- | commonTypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commonTypes.h b/commonTypes.h index a60aca8..a68b0ab 100644 --- a/commonTypes.h +++ b/commonTypes.h @@ -214,6 +214,7 @@ typedef struct { int tilecount;
int zoom;
+ float scale;
} GameConfiguration;
|
