More work

This commit is contained in:
The 64th Gamer 2025-04-07 03:04:59 -06:00
parent 445d02ad0f
commit e10b6ec7d4
9 changed files with 144 additions and 5 deletions

14
Scenes/UI/Node Map.tscn Normal file
View file

@ -0,0 +1,14 @@
[gd_scene load_steps=2 format=3 uid="uid://c57u187iciexi"]
[ext_resource type="PackedScene" uid="uid://mowdu1i1rldt" path="res://Scenes/UI/Search.tscn" id="1_xwfut"]
[node name="NodeMap" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Search" parent="." instance=ExtResource("1_xwfut")]
layout_mode = 1

16
Scenes/UI/Search Row.tscn Normal file
View file

@ -0,0 +1,16 @@
[gd_scene format=3 uid="uid://2gr7oambcxxl"]
[node name="Search Row" type="HBoxContainer"]
size_flags_vertical = 0
[node name="Button" type="Button" parent="."]
layout_mode = 2
size_flags_horizontal = 3
text = "The Crazy Node of Crazy"
alignment = 0
clip_text = true
[node name="Label" type="Label" parent="."]
layout_mode = 2
text = "x3"
horizontal_alignment = 2

36
Scenes/UI/Search.tscn Normal file
View file

@ -0,0 +1,36 @@
[gd_scene load_steps=2 format=3 uid="uid://mowdu1i1rldt"]
[ext_resource type="Script" uid="uid://c46u2u0lup1mm" path="res://Scripts/GL_Search.gd" id="1_g1g1x"]
[node name="Search" type="Control"]
custom_minimum_size = Vector2(200, 200)
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_right = -952.0
offset_bottom = -448.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_g1g1x")
[node name="Panel" type="Panel" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="ScrollContainer" type="ScrollContainer" parent="Panel"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
horizontal_scroll_mode = 0
[node name="Container" type="VBoxContainer" parent="Panel/ScrollContainer"]
layout_mode = 2
size_flags_horizontal = 3