- [NEW] Easier room creation

This commit is contained in:
2024-07-03 13:58:03 +02:00
parent b4bda1a63b
commit 8be12f5ec0
3 changed files with 50 additions and 11 deletions

View File

@@ -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();