- Es pot reclamar el color de l'habitació
This commit is contained in:
@@ -224,4 +224,8 @@ namespace room
|
||||
return door_height[d];
|
||||
}
|
||||
|
||||
uint8_t getColor()
|
||||
{
|
||||
return color;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,4 +23,5 @@ namespace room
|
||||
vec3_t getMax();
|
||||
uint8_t getDoors();
|
||||
uint8_t getDoor(const int d);
|
||||
uint8_t getColor();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user