From 618ed5fd6f5ae9c9f275c1e3cfb74762d7d51a01 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Tue, 7 Apr 2026 19:30:08 +0100 Subject: Added tweens --- docs/guide.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/guide.org') diff --git a/docs/guide.org b/docs/guide.org index ca9cfbf..de07c82 100644 --- a/docs/guide.org +++ b/docs/guide.org @@ -240,7 +240,7 @@ This is invaluable for tuning collision geometry and understanding why entities * Demo Overview -Downstroke includes seven complete demo games that showcase different features: +Downstroke includes several demo games that showcase different features: | Demo | File | What it shows | |------|------|--------------| @@ -251,6 +251,7 @@ Downstroke includes seven complete demo games that showcase different features: | Audio | =demo/audio.scm= | Sound effects, music toggle, text rendering | | Sprite Font | =demo/spritefont.scm= | Bitmap text rendering using non-contiguous tileset ranges | | Menu | =demo/menu.scm= | State machine menus, keyboard navigation, TTF text rendering | +| Tweens | =demo/tweens.scm= | Easing curves, =tween-step=, =#:skip-pipelines= with tile collision | Each demo is self-contained and serves as a working reference for a particular game mechanic. @@ -283,5 +284,6 @@ For more details: - **Full API reference**: See =docs/api.org= for all functions and keyword arguments. - **Entity model**: See =docs/entities.org= to learn about plist keys, tags, prefabs, and mixins. - **Physics pipeline**: See =docs/physics.org= for the full physics specification and collision model. +- **Tweens**: See =docs/tweens.org= for time-based property interpolation and combining tweens with physics. Happy coding! -- cgit v1.2.3