25 lines
799 B
TypeScript
25 lines
799 B
TypeScript
declare module "godot" {
|
|
interface SceneNodes {
|
|
"addons/dev_console/console.tscn": {
|
|
Container: Control<
|
|
{
|
|
ColorRect: ColorRect<{}>,
|
|
VBoxContainer: VBoxContainer<
|
|
{
|
|
Output: RichTextLabel<
|
|
{
|
|
"@VScrollBar@46002": VScrollBar<{}>,
|
|
}
|
|
>,
|
|
Input: LineEdit<
|
|
{
|
|
Suggestion: LineEdit<{}>,
|
|
}
|
|
>,
|
|
}
|
|
>,
|
|
}
|
|
>,
|
|
},
|
|
}
|
|
}
|