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 10:52:31 +07:00

11 lines
274 B
TypeScript

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