feat(orb): contra-atac amb bullet_double dirigida al jugador en rebre impacte
This commit is contained in:
@@ -114,6 +114,6 @@ void Bullet::desactivar() {
|
||||
|
||||
void Bullet::draw() const {
|
||||
if (is_active_ && shape_) {
|
||||
Rendering::renderShape(renderer_, shape_, center_, angle_, 1.0F, 1.0F, brightness_, config_->colors.normal);
|
||||
Rendering::renderShape(renderer_, shape_, center_, angle_, config_->shape.scale, 1.0F, brightness_, config_->colors.normal);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user