PA ui cleanup + bugfixes (#28750)
* ui and visual aspect + radio * finish jank ui shit and finish radio * remove radio * send it --------- Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using Content.Shared.Singularity.Components;
|
||||
using Robust.Client.GameObjects;
|
||||
using Robust.Client.UserInterface;
|
||||
|
||||
namespace Content.Client.ParticleAccelerator.UI
|
||||
@@ -18,9 +17,11 @@ namespace Content.Client.ParticleAccelerator.UI
|
||||
base.Open();
|
||||
|
||||
_menu = this.CreateWindow<ParticleAcceleratorControlMenu>();
|
||||
_menu.SetEntity(Owner);
|
||||
|
||||
_menu.OnOverallState += SendEnableMessage;
|
||||
_menu.OnPowerState += SendPowerStateMessage;
|
||||
_menu.OnScanPartsRequested += SendScanPartsMessage;
|
||||
_menu.OnScan += SendScanPartsMessage;
|
||||
}
|
||||
|
||||
public void SendEnableMessage(bool enable)
|
||||
|
||||
Reference in New Issue
Block a user