Add Component.fromScene
Some checks failed
Lint / lint (push) Failing after 9s

This commit is contained in:
Julien Valverdé
2026-01-02 03:24:30 +01:00
parent 99007ec462
commit 54c6466127
7 changed files with 21 additions and 26 deletions

View File

@@ -7,6 +7,7 @@ const VFlowContainer = Component.make(Godot.VFlowContainer)
const Label = Component.make(Godot.Label)
const TextEdit = Component.make(Godot.TextEdit)
const Button = Component.make(Godot.Button)
const Test = Component.
export function TestUi1Component() {
const [text, setText] = useState("Default text")