aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.h
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-03-17 21:07:05 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-03-17 21:07:05 +0000
commit0a76c097ce385f989c49eaf074d2f7dcc05a8c64 (patch)
tree1a88c2f0c7d1dd4a6337253e6927302bcfb0bc7d /src/game.h
parentcb6d023ffb7e24d024b2ab9603ced1684a62d137 (diff)
downloadPenguinYippies-0a76c097ce385f989c49eaf074d2f7dcc05a8c64.tar.gz
PenguinYippies-0a76c097ce385f989c49eaf074d2f7dcc05a8c64.tar.bz2
PenguinYippies-0a76c097ce385f989c49eaf074d2f7dcc05a8c64.zip
Fake made with unity to fool the teacher
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
index 528293a..3c4ec5d 100644
--- a/src/game.h
+++ b/src/game.h
@@ -3,6 +3,7 @@
#include "gameScreen.h"
#include "assets.h"
#include "clicky.h"
+#include "animation.h"
#ifndef GAME_H
#define GAME_H
@@ -25,6 +26,8 @@ typedef struct Game {
// Wacky little render texture to make it look more like a unity game lmao.
RenderTexture screenTexture;
+ Animation madeWithUnity;
+
int stones;
} Game;