From c9d23f9e8143fbb6e8633ef2db85376f47ad8087 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Fri, 17 Apr 2026 15:03:13 +0100 Subject: Fix plist handling, add test for timed animation frames --- animation.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'animation.scm') diff --git a/animation.scm b/animation.scm index e3e6e89..0d961a1 100644 --- a/animation.scm +++ b/animation.scm @@ -2,6 +2,7 @@ (import scheme (chicken base) (chicken keyword) + (chicken pretty-print) (only srfi-1 filter) downstroke-entity downstroke-world) @@ -78,6 +79,7 @@ (define-pipeline (apply-animation animation) (scene entity dt) guard: (entity-ref entity #:animations #f) (let ((animations (entity-ref entity #:animations #f))) + (pp entity) (animate-entity entity animations))) ) ;; End of animation module -- cgit v1.2.3