Add useSignal
Some checks failed
Lint / lint (push) Failing after 9s

This commit is contained in:
Julien Valverdé
2026-01-01 23:25:05 +01:00
parent d37c5e1405
commit fae11b2024
8 changed files with 73 additions and 21 deletions

View 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 {
}
}