File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ namespace MalumMenu;
55
66public class DoorsUI : MonoBehaviour
77{
8- private Rect _windowRect = new ( 320 , 10 , 530 , 280 ) ;
8+ private Rect _windowRect = new ( 320 , 10 , 480 , 270 ) ;
99 private List < SystemTypes > doorsToSpamOpen = new ( ) ;
1010 private List < SystemTypes > doorsToSpamClose = new ( ) ;
1111
@@ -42,10 +42,10 @@ private void DoorsWindow(int windowID)
4242 foreach ( var doorRoom in DoorsHandler . GetDoorRooms ( ) )
4343 {
4444 GUILayout . BeginHorizontal ( ) ;
45- GUILayout . Label ( $ "{ doorRoom . ToString ( ) } ", GUILayout . Width ( 120f ) ) ;
45+ GUILayout . Label ( $ "{ doorRoom . ToString ( ) } ", GUILayout . Width ( 110f ) ) ;
4646
4747 GUILayout . BeginHorizontal ( ) ;
48- GUILayout . Label ( $ "Status: { DoorsHandler . GetStatusOfDoorsInRoom ( doorRoom , true ) } ") ;
48+ GUILayout . Label ( $ "{ DoorsHandler . GetStatusOfDoorsInRoom ( doorRoom , true ) } ") ;
4949
5050 GUILayout . FlexibleSpace ( ) ;
5151
You can’t perform that action at this time.
0 commit comments