From 743cdd5b2fe175605352c337396c3d70dac66247 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Tue, 7 Jan 2025 09:43:53 +0100 Subject: roll back player controller --- game/prefab/PlayerScript.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 game/prefab/PlayerScript.h (limited to 'game/prefab/PlayerScript.h') diff --git a/game/prefab/PlayerScript.h b/game/prefab/PlayerScript.h deleted file mode 100644 index cc0f0aa..0000000 --- a/game/prefab/PlayerScript.h +++ /dev/null @@ -1,16 +0,0 @@ -#pragma once - -#include - -#include "PlayerObject.h" - -class PlayerScript : public crepe::Script { -public: - PlayerScript(const PlayerObject & player); - -protected: - void fixed_update(crepe::duration_t dt); - -protected: - PlayerObject player; -}; -- cgit v1.2.3