- [NEW] Easier room creation
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
namespace room
|
||||
{
|
||||
void init();
|
||||
void load(const int room);
|
||||
void load(int room, const int door=-1);
|
||||
//void load(int x, int y, int8_t xp, int8_t xn, int8_t yp, int8_t yn, uint8_t col, uint8_t floor, uint8_t walls, uint8_t door, uint8_t doorwall);
|
||||
void update();
|
||||
void draw();
|
||||
|
||||
Reference in New Issue
Block a user