2022-01-21 01:38:35 -08:00
|
|
|
<DefaultWindow xmlns="https://spacestation14.io"
|
2021-09-19 19:01:01 +02:00
|
|
|
MinSize="300 300"
|
|
|
|
|
SetSize="300 300">
|
|
|
|
|
<BoxContainer Orientation="Vertical">
|
|
|
|
|
<RichTextLabel Name="Label" />
|
2021-10-28 14:23:17 +02:00
|
|
|
<LineEdit Name="Input"
|
|
|
|
|
Access="Public"
|
2021-09-19 19:01:01 +02:00
|
|
|
Visible="False" />
|
|
|
|
|
</BoxContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|