From 6570bf598a3b3768fe34827529df5ea0b4b26f0e Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Fri, 20 Dec 2024 12:52:15 +0100 Subject: move game files --- src/example/ForestParallaxScript.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/example/ForestParallaxScript.h (limited to 'src/example/ForestParallaxScript.h') diff --git a/src/example/ForestParallaxScript.h b/src/example/ForestParallaxScript.h deleted file mode 100644 index a65a684..0000000 --- a/src/example/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