From 7c1c4f7e0e0dde7d0740ef8f4bfd8cf1cb266d18 Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange <58280776+MeowcaTheoRange@users.noreply.github.com> Date: Tue, 9 Aug 2022 12:12:07 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fca2070..7a764da 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,8 @@ A tween library for Kaboom that allows easy usage of tweens. It also comes with - *`.onStart?: Function()` - What to run when the tween starts.* - *`.onUpdate?: onUpdate()` - What to run every time the tween updates.* - *`.onFinish?: onFinish()` - What to run when the tween ends.* -- `return` - `: Function(clean?)` - End the tween manually. +- `return` - `: Function()` - End the tween manually. + - *`0` - `clean?: bool` - Whether the tween should end where it is (true) or end at `time.to` (false).* `onFinish` - What to run when the tween ends.