This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
AsaJS/test/app.ts
2026-01-04 13:19:44 +07:00

21 lines
436 B
TypeScript

import { Anchor, Button, Custom, Extends, GlobalVariables, Panel, Renderer, Type, UI } from ".."
const paperDoll = Custom(Renderer.ANIMATED_GIF_RENDERER, {
camera_tilt_degrees: 360,
starting_rotation: 0,
})
const panel = Panel({
anchor: Anchor.BOTTOM_LEFT,
offset: [50, 50],
}).setProperties({
camera_tilt_degrees: 360,
})
paperDoll.setProperties({
camera_tilt_degrees: 360,
})
panel.setProperties({
hover_control: "cac",
})