mirror of
https://github.com/theoleuthardt/DinoGame.git
synced 2026-06-13 09:27:57 +00:00
feat: save mechanic and cactus/dino spawn logic
This commit is contained in:
parent
d5060f7552
commit
c7554cbb81
5 changed files with 63 additions and 6 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue