- Edició de piso i pareds

- Nous pisos i pareds en els GIFs
This commit is contained in:
2023-06-07 14:39:36 +02:00
parent a9e2b00c4d
commit 1b1f6751fe
5 changed files with 16 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
namespace room
{
void init();
void load(int x, int y, int8_t xp, int8_t xn, int8_t yp, int8_t yn, uint8_t col);
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);
void draw();
void draw2();