feat(border): refactor a Graphics::Border amb bumps i flash verd clar per impactes contra les parets

This commit is contained in:
2026-05-21 22:39:08 +02:00
parent ccda7113c1
commit e678f8d538
10 changed files with 306 additions and 76 deletions
+2
View File
@@ -47,6 +47,8 @@ namespace Rendering {
void setLineColor(SDL_Color color) { g_current_line_color = color; }
auto getLineColor() -> SDL_Color { return g_current_line_color; }
void setLineThickness(float thickness) {
if (thickness > 0.0F) {
g_current_line_thickness = thickness;