From a5e2e450361efaa6193f896a8e68c164c2342009 Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Mon, 19 Sep 2022 22:48:44 +0300 Subject: [PATCH] link the other aft example too --- MANUAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANUAL.md b/MANUAL.md index f02a5e7..83610df 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -215,7 +215,7 @@ aft:Draw() sprite:Draw() -- will not be drawn to the AFT ``` -See [the AFT example](#afts) for a quick setup to play around with. The ability to dynamically adjust at which point in the stack they render makes them _a lot_ more powerful than you'd expect. +See [the AFT example](#afts) for a quick setup to play around with, or the example in the [aft library](#aft) for a barebones setup. The ability to dynamically adjust at which point in the stack they render makes them _a lot_ more powerful than you'd expect. #### `ActorFrame`, `ActorScroller`