This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
import { Control } from "godot"
|
||||
import { Node } from "react-godot-renderer"
|
||||
|
||||
|
||||
export function TestUi1Component() {
|
||||
return <node2D />
|
||||
return (
|
||||
<Node
|
||||
class={Control}
|
||||
anchor_left={0}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
Node({
|
||||
class: Control,
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user