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