@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user