Improved UI
This commit is contained in:
@ -34,7 +34,7 @@ layout_mode = 2
|
||||
layout_mode = 2
|
||||
script = ExtResource("2_i200p")
|
||||
|
||||
[node name="Frame" parent="Canvas/TopLeft/VBoxContainer" instance=ExtResource("1_7s8uu")]
|
||||
[node name="Process" parent="Canvas/TopLeft/VBoxContainer" instance=ExtResource("1_7s8uu")]
|
||||
layout_mode = 2
|
||||
script = ExtResource("5_ab7ln")
|
||||
monitor = 1
|
||||
@ -42,9 +42,21 @@ multiply = 1000.0
|
||||
precision = 0.1
|
||||
suffix = " ms"
|
||||
|
||||
[node name="Ping" parent="Canvas/TopLeft/VBoxContainer" instance=ExtResource("1_7s8uu")]
|
||||
[node name="Physics" parent="Canvas/TopLeft/VBoxContainer" instance=ExtResource("1_7s8uu")]
|
||||
layout_mode = 2
|
||||
script = ExtResource("3_xjdws")
|
||||
script = ExtResource("5_ab7ln")
|
||||
monitor = 2
|
||||
multiply = 1000.0
|
||||
precision = 0.1
|
||||
suffix = " ms"
|
||||
|
||||
[node name="Draw calls" parent="Canvas/TopLeft/VBoxContainer" instance=ExtResource("1_7s8uu")]
|
||||
layout_mode = 2
|
||||
script = ExtResource("5_ab7ln")
|
||||
monitor = 13
|
||||
multiply = 1.0
|
||||
precision = 1.0
|
||||
suffix = ""
|
||||
|
||||
[node name="BottomLeft" type="MarginContainer" parent="Canvas"]
|
||||
anchors_preset = 2
|
||||
@ -84,6 +96,11 @@ grow_vertical = 0
|
||||
layout_mode = 2
|
||||
alignment = 2
|
||||
|
||||
[node name="Ping" parent="Canvas/BottomRight/VBoxContainer" instance=ExtResource("1_7s8uu")]
|
||||
layout_mode = 2
|
||||
alignment = 2
|
||||
script = ExtResource("3_xjdws")
|
||||
|
||||
[node name="Send" parent="Canvas/BottomRight/VBoxContainer" instance=ExtResource("1_7s8uu")]
|
||||
layout_mode = 2
|
||||
alignment = 2
|
||||
|
Reference in New Issue
Block a user