Update tween_nokaboom.js

This commit is contained in:
MeowcaTheoRange 2022-08-09 12:40:21 -05:00 committed by GitHub
parent 018ec698d6
commit 37534fc9f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
* @param {Object} config - The properties that defined how to style this animation. * @param {Object} config - The properties that defined how to style this animation.
* @param {number} [loops] - How many times the tween has looped. * @param {number} [loops] - How many times the tween has looped.
*/ */
export function KBTween() { export function JSTween() {
const tweentypes = { const tweentypes = {
NORMAL: 0, NORMAL: 0,
FOREVER: 2, FOREVER: 2,