aboutsummaryrefslogtreecommitdiff
path: root/game/EndGameScript.h
diff options
context:
space:
mode:
authorMax-001 <maxsmits21@kpnmail.nl>2024-12-24 16:31:58 +0100
committerMax-001 <maxsmits21@kpnmail.nl>2024-12-24 16:31:58 +0100
commitabbfe5d06697b93de485dcfe975812befc018a00 (patch)
tree8b6b5c5d327e5eb3fb5855846f52d155c7364e2f /game/EndGameScript.h
parenta764ef0f1f6b7c5d18155163d63db1a6dd47093a (diff)
Moved EndGameScript to Player
Diffstat (limited to 'game/EndGameScript.h')
-rw-r--r--game/EndGameScript.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/game/EndGameScript.h b/game/EndGameScript.h
deleted file mode 100644
index 980dff5..0000000
--- a/game/EndGameScript.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-
-#include <crepe/api/Script.h>
-
-class EndGameScript : public crepe::Script {
-public:
- void init();
- void fixed_update(crepe::duration_t dt);
-
-private:
- int jump = 0;
-};