add bullet decay

This commit is contained in:
2024-08-25 12:20:20 +02:00
parent 9df52e0016
commit b64a372af8
2 changed files with 17 additions and 1 deletions

View File

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