From 30033ae20d569c51b4481855f0407cbf1f03c65f Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Mon, 20 Apr 2026 13:47:18 +0100 Subject: Documentation improvements --- docs/physics.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/physics.org') diff --git a/docs/physics.org b/docs/physics.org index 9c57cc1..56b2b1f 100644 --- a/docs/physics.org +++ b/docs/physics.org @@ -652,7 +652,7 @@ The jump check in the *Platformer demo*: the pipeline. - [[file:rendering.org][Rendering]] — how =#:tile-id= (written by =apply-animation=) is drawn, and where the camera transform is applied. -- [[file:../demo/platformer.scm][Platformer]] (=bin/demo-platformer=) — canonical gravity + jump + tile-collide example. -- [[file:../demo/shmup.scm][Shmup]] (=bin/demo-shmup=) — canonical =engine-update: 'none= example with manual collision checks via =aabb-overlap?=. -- [[file:../demo/sandbox.scm][Sandbox]] (=bin/demo-sandbox=) — multiple movers, entity–entity push-apart, the default pipeline in a busier scene. -- [[file:../demo/tweens.scm][Tweens]] (=bin/demo-tweens=) — =step-tweens= in action; useful when combined with =#:skip-pipelines '(velocity-x velocity-y)=. +- [[https://git.etenil.net/downstroke/tree/demo/platformer.scm][Platformer]] (=bin/demo-platformer=) — canonical gravity + jump + tile-collide example. +- [[https://git.etenil.net/downstroke/tree/demo/shmup.scm][Shmup]] (=bin/demo-shmup=) — canonical =engine-update: 'none= example with manual collision checks via =aabb-overlap?=. +- [[https://git.etenil.net/downstroke/tree/demo/sandbox.scm][Sandbox]] (=bin/demo-sandbox=) — multiple movers, entity–entity push-apart, the default pipeline in a busier scene. +- [[https://git.etenil.net/downstroke/tree/demo/tweens.scm][Tweens]] (=bin/demo-tweens=) — =step-tweens= in action; useful when combined with =#:skip-pipelines '(velocity-x velocity-y)=. -- cgit v1.2.3