You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
772 B

[gd_scene load_steps=3 format=2]
[ext_resource path="res://addons/WAT/assets/remove.png" type="Texture" id=1]
[ext_resource path="res://addons/WAT/ui/metadata/tag.gd" type="Script" id=2]
[node name="Tag" type="HBoxContainer"]
margin_right = 1010.0
margin_bottom = 22.0
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Name" type="Label" parent="."]
margin_right = 978.0
margin_bottom = 22.0
size_flags_horizontal = 3
size_flags_vertical = 3
text = "SOME TAG"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Delete" type="Button" parent="."]
margin_left = 982.0
margin_right = 1010.0
margin_bottom = 22.0
size_flags_vertical = 3
icon = ExtResource( 1 )
flat = true
__meta__ = {
"_edit_use_anchors_": false
}