Remove deprecated NPC debug buttons (#15824)

This commit is contained in:
metalgearsloth
2023-04-29 16:47:10 +10:00
committed by GitHub
parent 2b34ce33de
commit ab9b5ac0b2
3 changed files with 52 additions and 7 deletions

View File

@@ -3,12 +3,11 @@
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
Title="NPC debug"
MinSize="200 200">
<BoxContainer Name="Options" Orientation="Vertical">
<BoxContainer Name="Options" Orientation="Vertical" Margin="8 8">
<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>