feat: animation system

This commit is contained in:
Asaki Yuki 2026-01-26 13:27:54 +07:00
parent 406e71575f
commit 7534a613cb
22 changed files with 19733 additions and 19122 deletions

View file

@ -1 +1,10 @@
import { Modify, Panel, StackPanel, Toggle, GetItemByAuxID, ItemAuxID } from ".."
import { Animation, AnimType } from ".."
const animation = new Animation(
AnimType.OFFSET,
{
from: [0, 0],
to: [100, 100],
},
123,
).setLoop(false)