Add trade stations (#23863)
* puters * Start on fulfillment * weh * Smol update * FTL sound fixes or smth iunno * Add consoles * More tweaks * Make it unanchorable * final wehs * weh * Fix 1 test * Shrimply bump the distance * cat
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<controls:FancyWindow xmlns="https://spacestation14.io"
|
||||
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
|
||||
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
||||
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
||||
SetSize="300 150"
|
||||
MinSize="300 150">
|
||||
<BoxContainer Orientation="Vertical">
|
||||
MinSize="300 150"
|
||||
Title="{Loc 'cargo-pallet-console-menu-title'}">
|
||||
<BoxContainer Orientation="Vertical" Margin="5">
|
||||
<BoxContainer Orientation="Horizontal">
|
||||
<Label Text="{Loc 'cargo-pallet-menu-appraisal-label'}"
|
||||
StyleClasses="LabelKeyText" />
|
||||
|
||||
@@ -17,7 +17,6 @@ public sealed partial class CargoPalletMenu : FancyWindow
|
||||
RobustXamlLoader.Load(this);
|
||||
SellButton.OnPressed += OnSellPressed;
|
||||
AppraiseButton.OnPressed += OnAppraisePressed;
|
||||
Title = Loc.GetString("cargo-pallet-console-menu-title");
|
||||
}
|
||||
|
||||
public void SetAppraisal(int amount)
|
||||
|
||||
Reference in New Issue
Block a user