24 lines
1.0 KiB
XML
24 lines
1.0 KiB
XML
<controls:FancyWindow xmlns="https://spacestation14.io"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
|
Title="NPC debug"
|
|
MinSize="200 200">
|
|
<BoxContainer Name="Options" Orientation="Vertical">
|
|
<controls:StripeBack>
|
|
<Label Text="NPC" HorizontalAlignment="Center"/>
|
|
</controls:StripeBack>
|
|
<BoxContainer Name="NPCBox" Orientation="Vertical">
|
|
<CheckBox Name="NPCPath" Text="Path"/>
|
|
<CheckBox Name="NPCThonk" Text="Thonk"/>
|
|
</BoxContainer>
|
|
<controls:StripeBack>
|
|
<Label Text="Pathfinder" HorizontalAlignment="Center"/>
|
|
</controls:StripeBack>
|
|
<BoxContainer Name="PathfinderBox" Orientation="Vertical">
|
|
<CheckBox Name="PathNodes" Text="Nodes"/>
|
|
<CheckBox Name="PathRoutes" Text="Routes"/>
|
|
<CheckBox Name="PathRegions" Text="Regions"/>
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
</controls:FancyWindow>
|