v0.3 screenshots.

This commit is contained in:
Steve 2018-02-13 08:24:31 +00:00
parent f4190a5ccd
commit 81910dadf4
5 changed files with 0 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 92 KiB

BIN
dev/screenshots/v0.3-02.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 KiB

View File

@ -25,4 +25,3 @@ extern void presentScene(void);
extern void clearInput(void);
extern void expireTexts(int all);
extern App app;

View File

@ -25,7 +25,6 @@ extern void initMap(void);
extern void initHub(void);
extern void initGame(void);
extern void initEntities(void);
extern void initRadar(void);
extern void loadWorld(char *id);
extern Dev dev;

View File

@ -37,7 +37,6 @@ enum
};
extern int isWithinMap(int x, int y);
extern Entity **getAllEntsWithin(int x, int y, int w, int h, Entity *ignore);
extern void drawRect(int x, int y, int w, int h, int r, int g, int b, int a);
extern float limit(float i, float low, float high);
extern Texture *getTexture(const char *filename);