This repository has been archived on 2022-01-09. You can view files and clone it, but cannot push or open issues/pull-requests.
liblast/Game/Assets/UI/MenuLineEdit.tscn

31 lines
788 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://xptjyy2hwb77"]
[ext_resource type="Script" path="res://Assets/UI/MenuLineEdit.gd" id="1_lc6vq"]
[node name="MenuLineEdit" type="HBoxContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( "1_lc6vq" )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="."]
offset_top = 288.0
offset_right = 1.0
offset_bottom = 311.0
structured_text_bidi_override_options = []
script = null
[node name="LineEdit" type="LineEdit" parent="."]
offset_left = 5.0
offset_right = 155.0
offset_bottom = 600.0
rect_min_size = Vector2(150, 0)
structured_text_bidi_override_options = []
caret_blink = true
caret_blink_speed = 0.5
script = null
[connection signal="text_changed" from="LineEdit" to="." method="set_data"]