Started work on new update
Added some small new map generation features Added "NPCs" and "Quests" (atleast a first experiment for them) Added magic compass to make search for stairs leass annoying Added mostly visual season and weather effects
This commit is contained in:
parent
f6e2d30ab6
commit
3699414dcd
19 changed files with 1324 additions and 253 deletions
|
@ -31,6 +31,7 @@ void renderConnectedTile4(int x, int y, u32 xTile, u32 yTile);
|
|||
void renderConnectedTile8(int x, int y, u32 xTile, u32 yTile);
|
||||
void renderBackground(int xScroll, int yScroll);
|
||||
void renderMenuBackground(int xScroll, int yScroll); //Renders the darkness
|
||||
void renderWeather(int xScroll, int yScroll);
|
||||
void renderDayNight();
|
||||
void renderButtonIcon(u32 icon, int x, int y, float scale);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue