diff --git a/packages/example/src/components.ts b/packages/example/src/components.ts index 881d7fe..c0bdaf6 100644 --- a/packages/example/src/components.ts +++ b/packages/example/src/components.ts @@ -8,3 +8,5 @@ export const HBoxContainer = Component.fromClass(Godot.HBoxContainer) export const VBoxContainer = Component.fromClass(Godot.VBoxContainer) export const Label = Component.fromClass(Godot.Label) export const CheckBox = Component.fromClass(Godot.CheckBox) +export const TextEdit = Component.fromClass(Godot.TextEdit) +export const Button = Component.fromClass(Godot.Button)