mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-29 19:00:33 +02:00
Game save renderer
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user