2021-09-19 19:01:01 +02:00
|
|
|
<SS14Window xmlns="https://spacestation14.io"
|
|
|
|
|
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>
|
|
|
|
|
</SS14Window>
|