18 lines
571 B
Plaintext
18 lines
571 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dn6skkh5c7f4s"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/common/list_box/list_box_edit.gd" id="1_rb63m"]
|
|
[ext_resource type="Theme" uid="uid://cmhwbyqu6nh38" path="res://assets/themes/big.tres" id="2_ubgs8"]
|
|
|
|
[node name="ListBoxEdit" type="VBoxContainer"]
|
|
anchors_preset = 10
|
|
anchor_right = 1.0
|
|
offset_bottom = 72.0
|
|
grow_horizontal = 2
|
|
script = ExtResource("1_rb63m")
|
|
|
|
[node name="Edit" type="LineEdit" parent="."]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme = ExtResource("2_ubgs8")
|
|
virtual_keyboard_enabled = false
|