2021-02-17 11:22:51 -03:00
|
|
|
<SS14Window Title="Make Ghost Role"
|
|
|
|
|
xmlns="https://spacestation14.io">
|
2021-02-16 09:51:27 +01:00
|
|
|
|
2021-02-17 11:22:51 -03:00
|
|
|
<VBoxContainer>
|
|
|
|
|
<HBoxContainer>
|
|
|
|
|
<Label Name="RoleEntityLabel" Text="Entity" />
|
|
|
|
|
<Label Name="RoleEntity" Text="" />
|
|
|
|
|
</HBoxContainer>
|
|
|
|
|
<HBoxContainer>
|
|
|
|
|
<Label Name="RoleNameLabel" Text="Role Name" />
|
2021-02-21 12:38:56 +01:00
|
|
|
<LineEdit Name="RoleName" HorizontalExpand="True" />
|
2021-02-17 11:22:51 -03:00
|
|
|
</HBoxContainer>
|
|
|
|
|
<HBoxContainer>
|
|
|
|
|
<Label Name="RoleDescriptionLabel" Text="Role Description" />
|
2021-02-21 12:38:56 +01:00
|
|
|
<LineEdit Name="RoleDescription" HorizontalExpand="True" />
|
2021-02-17 11:22:51 -03:00
|
|
|
</HBoxContainer>
|
|
|
|
|
<HBoxContainer>
|
|
|
|
|
<Label Name="MakeSentientLabel" Text="Make Sentient" />
|
|
|
|
|
<CheckBox Name="MakeSentientCheckbox" />
|
|
|
|
|
</HBoxContainer>
|
|
|
|
|
<HBoxContainer>
|
|
|
|
|
<Button Name="MakeButton" Text="Make" />
|
|
|
|
|
</HBoxContainer>
|
|
|
|
|
</VBoxContainer>
|
2021-02-16 09:51:27 +01:00
|
|
|
|
2021-02-17 11:22:51 -03:00
|
|
|
</SS14Window>
|