From 0a76c097ce385f989c49eaf074d2f7dcc05a8c64 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Sun, 17 Mar 2024 15:07:05 -0600 Subject: Fake made with unity to fool the teacher --- src/game.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game.h') 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; -- cgit v1.2.3