Game save renderer

This commit is contained in:
Simon
2011-04-12 12:19:21 +01:00
parent d355353677
commit 67531c2434
3 changed files with 101 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
#define SAVE_VERSION 47
#define MINOR_VERSION 3
#define IDENT_VERSION "G" //Change this if you're not Simon! It should be a single letter.
#define BETA
//#define BETA
#define SERVER "powdertoy.co.uk"
@@ -26,8 +26,13 @@
#define TIMEOUT 100
#define HTTP_TIMEOUT 10
#ifdef RENDERER
#define MENUSIZE 0
#define BARSIZE 0
#else
#define MENUSIZE 40
#define BARSIZE 17
#endif
#define XRES 612
#define YRES 384
#define NPART XRES*YRES
@@ -137,6 +142,7 @@ struct stamp
};
typedef struct stamp stamp;
int frameidx;
int MSIGN;
int CGOL;
int ISGOL;