From d43a9e977c693754e6226e59c1188761c009f06f Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange <58280776+MeowcaTheoRange@users.noreply.github.com> Date: Tue, 9 Aug 2022 14:34:27 -0500 Subject: [PATCH] Damn you for making sense, ES6! --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7983f4c..806d744 100644 --- a/README.md +++ b/README.md @@ -90,21 +90,21 @@ twnlib.tween(bean.pos, [ "x" ], { from: 0, to: width() - 64, time: 3.2, - type: tweentypes.PINGPONG + type: twnlib.tweentypes.PINGPONG }); twnlib.tween(bean.pos, [ "y" ], { from: 0, to: height() - 64, time: 2, - type: tweentypes.PINGPONG + type: twnlib.tweentypes.PINGPONG }); twnlib.tween(bean.color, [ "g", "r" ], { from: 255, to: 0, time: 0.25, - type: tweentypes.PINGPONG + type: twnlib.tweentypes.PINGPONG }); ``` `JSTween.js`