- [FIX] Ja funcionen les eixides per el piso
This commit is contained in:
@@ -27,10 +27,10 @@ namespace room
|
||||
vec3_t getSize();
|
||||
vec3_t getMin();
|
||||
vec3_t getMax();
|
||||
uint8_t getDoors();
|
||||
uint8_t getDoor(const int d);
|
||||
uint8_t getExit(const int d);
|
||||
uint8_t getColor();
|
||||
int getDoors();
|
||||
int getDoor(const int d);
|
||||
int getExit(const int d);
|
||||
int getColor();
|
||||
|
||||
namespace editor
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user