mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-04 18:46:22 +00:00
debug color is now a memeber of the drawable 3D class
This commit is contained in:
@@ -52,6 +52,9 @@ namespace RAY::Drawables {
|
||||
//! @brief Color of the ADrawable
|
||||
Color _color;
|
||||
|
||||
//! @brief Color of the ADrawable's Debug
|
||||
Color _debugColor = GREEN;
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user