Add components
Some checks failed
Lint / lint (push) Failing after 11s

This commit is contained in:
Julien Valverdé
2026-01-04 23:27:25 +01:00
parent cc87f79974
commit 1e8f7d888e

View File

@@ -8,3 +8,5 @@ export const HBoxContainer = Component.fromClass(Godot.HBoxContainer)
export const VBoxContainer = Component.fromClass(Godot.VBoxContainer) export const VBoxContainer = Component.fromClass(Godot.VBoxContainer)
export const Label = Component.fromClass(Godot.Label) export const Label = Component.fromClass(Godot.Label)
export const CheckBox = Component.fromClass(Godot.CheckBox) export const CheckBox = Component.fromClass(Godot.CheckBox)
export const TextEdit = Component.fromClass(Godot.TextEdit)
export const Button = Component.fromClass(Godot.Button)