summaryrefslogtreecommitdiff
path: root/addons/project-time-tracker/TrackerSectionColor.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'addons/project-time-tracker/TrackerSectionColor.tscn')
-rw-r--r--addons/project-time-tracker/TrackerSectionColor.tscn25
1 files changed, 25 insertions, 0 deletions
diff --git a/addons/project-time-tracker/TrackerSectionColor.tscn b/addons/project-time-tracker/TrackerSectionColor.tscn
new file mode 100644
index 0000000..d58dfc7
--- /dev/null
+++ b/addons/project-time-tracker/TrackerSectionColor.tscn
@@ -0,0 +1,25 @@
+[gd_scene load_steps=2 format=3 uid="uid://bi6q1vpo6pn0i"]
+
+[ext_resource type="Script" path="res://addons/project-time-tracker/TrackerSectionColor.gd" id="1_t3kj1"]
+
+[node name="TrackerSectionColor" type="ColorRect"]
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+size_flags_horizontal = 3
+color = Color(0, 0, 0, 1)
+script = ExtResource("1_t3kj1")
+
+[node name="Percent" type="Label" parent="."]
+layout_mode = 1
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+theme_override_colors/font_color = Color(0, 0, 0, 1)
+text = "100%"
+horizontal_alignment = 1
+vertical_alignment = 1