10 lines
212 B
Plaintext
10 lines
212 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://ui/tasks_list.gd" type="Script" id=1]
|
|
|
|
[node name="TasksList" type="Tree"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
columns = 2
|
|
script = ExtResource( 1 )
|