11
packages/example/src/TestUi1.ts
Normal file
11
packages/example/src/TestUi1.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Control } from "godot"
|
||||
import { Renderer } from "react-godot-renderer"
|
||||
import { TestUi1Component } from "./TestUi1Component"
|
||||
|
||||
|
||||
export default class TestUi1 extends Control {
|
||||
// Called when the node enters the scene tree for the first time.
|
||||
_ready(): void {
|
||||
Renderer.render(React.createElement(TestUi1Component), this)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user