- [NEW] room:getExit()

This commit is contained in:
2024-06-13 14:21:24 +02:00
parent acc6f9cd00
commit d04176b363
2 changed files with 6 additions and 0 deletions

View File

@@ -346,6 +346,11 @@ namespace room
return door_height[d];
}
uint8_t getExit(const int d)
{
return exits[d];
}
uint8_t getColor()
{
return color;