feat: save mechanic and cactus/dino spawn logic

This commit is contained in:
theoleuthardt 2025-03-13 13:23:10 +01:00
parent d5060f7552
commit c7554cbb81
5 changed files with 63 additions and 6 deletions

View file

@ -4,7 +4,7 @@
class Cactus {
public:
Cactus(Texture2D texture, float x);
Cactus(Texture2D texture, float x, float y);
void Update();
void Draw();
bool IsOffScreen();