- Treballant en poder editar guay les propietats
This commit is contained in:
@@ -337,6 +337,11 @@ namespace room
|
||||
|
||||
namespace editor
|
||||
{
|
||||
int &refWidth() { return inner_w; }
|
||||
int &refHeight() { return inner_h; }
|
||||
|
||||
uint8_t &refDoor(const int which) { return door_height[which]; }
|
||||
|
||||
void setWidth(const int value) { inner_w = value; update(); }
|
||||
void setHeight(const int value) { inner_h = value; update(); }
|
||||
void setDoor(const int which, const int value) { door_height[which] = value; update(); }
|
||||
|
||||
Reference in New Issue
Block a user