afegit nivell de brillo per shape

This commit is contained in:
2025-12-02 22:11:17 +01:00
parent 98c90e6075
commit d6b2e97777
7 changed files with 20 additions and 13 deletions

View File

@@ -37,6 +37,7 @@ class Bala {
float angle_;
float velocitat_;
bool esta_;
float brightness_; // Factor de brillantor (0.0-1.0)
void mou(float delta_time);
};