aboutsummaryrefslogtreecommitdiff
path: root/option_set/option_set.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'option_set/option_set.tscn')
-rw-r--r--option_set/option_set.tscn34
1 files changed, 0 insertions, 34 deletions
diff --git a/option_set/option_set.tscn b/option_set/option_set.tscn
deleted file mode 100644
index 26a042d..0000000
--- a/option_set/option_set.tscn
+++ /dev/null
@@ -1,34 +0,0 @@
-[gd_scene load_steps=3 format=2]
-
-[ext_resource path="res://option_set/option_set.gd" type="Script" id=1]
-[ext_resource path="res://fonts/font_icons.tres" type="DynamicFont" id=2]
-
-[node name="option_set" type="Control"]
-anchor_right = 1.0
-anchor_bottom = 1.0
-script = ExtResource( 1 )
-
-[node name="input" type="LineEdit" parent="."]
-anchor_right = 1.0
-anchor_bottom = 1.0
-margin_right = -100.0
-size_flags_horizontal = 3
-max_length = 4096
-placeholder_text = "placeholder"
-caret_blink = true
-caret_blink_speed = 0.5
-__meta__ = {
-"_edit_use_anchors_": false
-}
-
-[node name="button" type="Button" parent="."]
-anchor_left = 1.0
-anchor_right = 1.0
-anchor_bottom = 1.0
-margin_left = -100.0
-grow_horizontal = 0
-custom_fonts/font = ExtResource( 2 )
-text = ""
-__meta__ = {
-"_edit_use_anchors_": false
-}