@@ -7,7 +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.
|
||||
const TestUi1Scene = Component.fromScene("res://src/TestUi1.tscn")
|
||||
|
||||
export function TestUi1Component() {
|
||||
const [text, setText] = useState("Default text")
|
||||
|
||||
Reference in New Issue
Block a user