Beta Build 5!

This commit is contained in:
DavidSM64 2015-11-15 20:15:08 -06:00
parent 34e1896ee8
commit 93674e3fa2
12 changed files with 583 additions and 68 deletions

View file

@ -54,11 +54,18 @@
bool screenShot;
int loadedtp;
u8 MODEL_3DS;
extern char versionText[34];
Entity player;
bool shouldRenderDebug;
bool shouldSpeedup;
bool shouldRenderMap;
u8 zoomLevel;
char mapText[32];
s16 mScrollX, mScrollY;
sf2d_texture *icons;
sf2d_texture *font;
@ -76,6 +83,7 @@ extern char fpsstr[];
u8 initGame;
Item noItem;
int airWizardHealthDisplay;
s16 awX, awY;
u32 tickCount;
RecipeManager* currentRecipes;
Entity* curChestEntity;
@ -90,6 +98,8 @@ s8 itemTileInteract(int tile, Item* item, int x, int y, int px, int py, int dir)
void tickEntity(Entity* e);
void tickTouchMap();
void trySpawn(int count, int level);
int getTile(int x, int y);