mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 21:48:58 +03:00
11 lines
333 B
XML
11 lines
333 B
XML
<DefaultWindow xmlns="https://spacestation14.io"
|
|
MinSize="300 300"
|
|
SetSize="300 300">
|
|
<BoxContainer Orientation="Vertical">
|
|
<RichTextLabel Name="Label" />
|
|
<LineEdit Name="Input"
|
|
Access="Public"
|
|
Visible="False" />
|
|
</BoxContainer>
|
|
</DefaultWindow>
|