summaryrefslogtreecommitdiffstats
path: root/screens/Task/SubTaskItem.gd
diff options
context:
space:
mode:
Diffstat (limited to 'screens/Task/SubTaskItem.gd')
-rw-r--r--screens/Task/SubTaskItem.gd4
1 files changed, 4 insertions, 0 deletions
diff --git a/screens/Task/SubTaskItem.gd b/screens/Task/SubTaskItem.gd
new file mode 100644
index 0000000..afcc337
--- /dev/null
+++ b/screens/Task/SubTaskItem.gd
@@ -0,0 +1,4 @@
+extends MarginContainer
+
+func populate(data):
+ $"Button".text = data.name