|
|
|
@ -28,8 +28,9 @@ namespace gui { |
|
|
|
|
auto inner_cell = lel::center(30, 40, cell); |
|
|
|
|
inner.setPosition({float(inner_cell.x), float(inner_cell.y)}); |
|
|
|
|
inner.setSize({float(inner_cell.w), float(inner_cell.h)}); |
|
|
|
|
inner.setOutlineColor({100, 100, 100}); |
|
|
|
|
inner.setOutlineColor({100, 0, 0}); |
|
|
|
|
inner.setOutlineThickness(5); |
|
|
|
|
inner.setFillColor({50, 50, 50}); |
|
|
|
|
$shapes.push_back(inner); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|