From e6842e44159d7cc9b1c32dd2baae4df164fa81d2 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 16 Mar 2026 20:59:04 +0200 Subject: feat: Implement tree rotation animation --- AnimationMove.h | 1 + 1 file changed, 1 insertion(+) (limited to 'AnimationMove.h') diff --git a/AnimationMove.h b/AnimationMove.h index bdb5b21..342144e 100644 --- a/AnimationMove.h +++ b/AnimationMove.h @@ -21,6 +21,7 @@ struct AM_Spin { void* priv; float theta; + float dTheta; i32 centerRow; i32 centerCol; }; -- cgit v1.2.3