UNPKG

superpowers-game-ftween-plugin

Version:

Easy tweening (animation of values) for the supGame system for Superpowers, the extensible HTML5 2D+3D game engine.

6 lines (4 loc) 137 B
window.FTWEEN = require("../lib/ftween.js"); SupEngine.registerEarlyUpdateFunction("fTween", function() { window.FTWEEN.update(); });