bullet: remove transparency

This commit is contained in:
2024-08-27 15:01:14 +02:00
parent e5436241ef
commit 60d0a83345
2 changed files with 11 additions and 19 deletions

View File

@@ -18,9 +18,8 @@ class Bullet : public godot::Node3D {
private:
bool m_Stuck;
float m_LifeTime;
void SetTransparency(godot::Node* a_Root, float a_Transparency);
void Destroy();
};
} // namespace blitz