diff options
| author | Gene Pasquet <dev@etenil.net> | 2026-04-18 05:49:34 +0100 |
|---|---|---|
| committer | Gene Pasquet <dev@etenil.net> | 2026-04-18 05:49:34 +0100 |
| commit | c2085be2dd2a0cb3da05991847e35080915e547e (patch) | |
| tree | e89a0f3c347b3106b15b69b09dcf29f93a7ef627 /docs/tweens.org | |
| parent | 38eee24832fe6da4f135cae455881ab97953b23a (diff) | |
rename modules
Diffstat (limited to 'docs/tweens.org')
| -rw-r--r-- | docs/tweens.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tweens.org b/docs/tweens.org index d1ee966..063a485 100644 --- a/docs/tweens.org +++ b/docs/tweens.org @@ -7,7 +7,7 @@ up for use inside your =update:= hook. You build a tween with engine advances it for you every frame. When it finishes, it removes itself. -This doc covers the =downstroke-tween= module: =make-tween=, the +This doc covers the =(downstroke tween)= module: =make-tween=, the =step-tweens= pipeline step, and every easing curve shipped in the =*ease-table*=. @@ -16,7 +16,7 @@ This doc covers the =downstroke-tween= module: =make-tween=, the A one-shot slide to the right, 500 ms, linear ease: #+BEGIN_SRC scheme -(import downstroke-tween) +(import (downstroke tween)) (let ((e (entity-set (make-entity 0 100 16 16) #:type 'slider))) (entity-set e #:tween |
