create EditorLineCharDisplay scene
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://dr41a4isv0dd5"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://dr41a4isv0dd5"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dkeruijr43xlk" path="res://Features/BottomBar/BottomBar.cs" id="1_6bm5o"]
|
||||
[ext_resource type="PackedScene" uid="uid://cnla64hcar6dr" path="res://Features/BottomBar/RunningTasksDisplay.tscn" id="2_5swca"]
|
||||
[ext_resource type="PackedScene" uid="uid://df55cl01wdfuv" path="res://Features/BottomBar/EditorLineCharDisplay.tscn" id="3_igj0x"]
|
||||
|
||||
[node name="BottomBar" type="PanelContainer"]
|
||||
custom_minimum_size = Vector2(0, 28)
|
||||
@@ -29,3 +30,6 @@ size_flags_horizontal = 3
|
||||
|
||||
[node name="RunningTasksDisplay" parent="MarginContainer/HBoxContainer" instance=ExtResource("2_5swca")]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="EditorLineCharDisplay" parent="MarginContainer/HBoxContainer" instance=ExtResource("3_igj0x")]
|
||||
layout_mode = 2
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
[gd_scene format=3 uid="uid://df55cl01wdfuv"]
|
||||
|
||||
[node name="EditorLineCharDisplay" type="HBoxContainer"]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
layout_mode = 2
|
||||
theme_override_colors/font_color = Color(0.67058825, 0.67058825, 0.67058825, 1)
|
||||
theme_override_font_sizes/font_size = 14
|
||||
text = "65:71"
|
||||
Reference in New Issue
Block a user