[draft] examine tweaks (#161)

* deathgasps component, clothes examine system

* howered entities code w/o ui (#162)

Co-authored-by: Mona Hmiza <>

* lazy, mb later

* fuck

* wonderробукс bump

* trying to fix уамлики
This commit is contained in:
rhailrake
2023-06-13 19:33:50 +00:00
committed by Aviu00
parent 3fa30256ce
commit 518b730864
19 changed files with 1147 additions and 283 deletions

View File

@@ -1,5 +1,12 @@
<Control Name="CFlavorText" xmlns="https://spacestation14.io">
<BoxContainer Orientation="Vertical" HorizontalExpand="True">
<TextEdit Name="CFlavorTextInput" Access="Public" MinSize="220 100" Margin="10" HorizontalExpand="True" VerticalExpand="True" />
</BoxContainer>
<Control Name="CFlavorText" xmlns="https://spacestation14.io"
xmlns:graphics="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client">
<PanelContainer>
<PanelContainer.PanelOverride>
<graphics:StyleBoxFlat BackgroundColor="#242429" />
</PanelContainer.PanelOverride>
<BoxContainer Orientation="Vertical" HorizontalExpand="True" Margin="5">
<TextEdit Name="CFlavorTextInput" Access="Public" MinSize="220 100" HorizontalExpand="True" VerticalExpand="True" />
</BoxContainer>
</PanelContainer>
</Control>