add readme

This commit is contained in:
Asaki Yuki 2026-02-02 10:45:17 +07:00
parent dba48ff012
commit 33a13cb1cc
2 changed files with 66 additions and 3 deletions

View file

@ -1 +1,10 @@
import { Panel } from ".."
import { Anchor, Label, Modify } from ".."
const label = Label({
text: "Hello World from my Custom UI!",
shadow: true,
anchor: Anchor.TOP_MIDDLE,
offset: [0, 10],
})
Modify("start", "start_screen_content").insertChild(label)