From 37534fc9f638fff14dedfebee90057e9d644017c Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange <58280776+MeowcaTheoRange@users.noreply.github.com> Date: Tue, 9 Aug 2022 12:40:21 -0500 Subject: [PATCH] Update tween_nokaboom.js --- tween_nokaboom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tween_nokaboom.js b/tween_nokaboom.js index bb945ac..59b20aa 100644 --- a/tween_nokaboom.js +++ b/tween_nokaboom.js @@ -12,7 +12,7 @@ * @param {Object} config - The properties that defined how to style this animation. * @param {number} [loops] - How many times the tween has looped. */ - export function KBTween() { + export function JSTween() { const tweentypes = { NORMAL: 0, FOREVER: 2,