scpcb-godot/scenes/gui/SelectionList.tscn

16 lines
605 B
Text

[gd_scene load_steps=3 format=3 uid="uid://0k0j6ct7kxtt"]
[ext_resource type="Script" path="res://src/SelectionList.gd" id="1_bao2f"]
[ext_resource type="PackedScene" uid="uid://b87u4664q1o8u" path="res://scenes/gui/OutlineRect2.tscn" id="2_v4kkt"]
[node name="SelectionList" type="Control"]
custom_minimum_size = Vector2(100, 20)
layout_mode = 3
anchors_preset = 0
script = ExtResource("1_bao2f")
[node name="Hover" parent="." instance=ExtResource("2_v4kkt")]
color = Color(0.392157, 0.392157, 0.392157, 1)
[node name="Selection" parent="." instance=ExtResource("2_v4kkt")]
color = Color(0, 0, 0, 1)