From 999e1b928aa632e80521651f14013c267af604dc Mon Sep 17 00:00:00 2001 From: Max-001 Date: Sat, 21 Dec 2024 11:19:52 +0100 Subject: Moved file to sub directory --- game/ForestParallaxScript.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 game/ForestParallaxScript.h (limited to 'game/ForestParallaxScript.h') diff --git a/game/ForestParallaxScript.h b/game/ForestParallaxScript.h deleted file mode 100644 index a65a684..0000000 --- a/game/ForestParallaxScript.h +++ /dev/null @@ -1,15 +0,0 @@ -#pragma once - -#include - -class ForestParallaxScript : public crepe::Script { -public: - ForestParallaxScript(float begin_x, float end_x, std::string unique_bg_name); - - void fixed_update(crepe::duration_t dt); - -private: - const float begin_x; - const float end_x; - const std::string name; -}; -- cgit v1.2.3