rebase
This commit is contained in:
commit
e2f472d802
83 changed files with 6338 additions and 0 deletions
11
test/app.ts
Normal file
11
test/app.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
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],
|
||||
})
|
||||
Reference in a new issue