fixes
This commit is contained in:
parent
e3270b14cd
commit
0f6c3bb1a3
5 changed files with 16 additions and 58 deletions
|
@ -1,35 +0,0 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://clixk4m0rm0mu"]
|
||||
|
||||
[ext_resource type="Theme" uid="uid://b3wjoiiv6sq22" path="res://UI/Themes/Default.tres" id="1_omqfp"]
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_qc5w2"]
|
||||
font_size = 18
|
||||
|
||||
[node name="Control" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
z_index = 1000
|
||||
layout_mode = 1
|
||||
anchors_preset = 3
|
||||
anchor_left = 1.0
|
||||
anchor_top = 1.0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -855.0
|
||||
offset_top = -59.0
|
||||
offset_right = -4.0
|
||||
offset_bottom = -4.0
|
||||
grow_horizontal = 0
|
||||
grow_vertical = 0
|
||||
theme = ExtResource("1_omqfp")
|
||||
theme_override_font_sizes/font_size = 9
|
||||
text = "Give LIFE Cybers
|
||||
Press ESC to view node map, right click to add a node, middle click and drag to pan, scroll to zoom."
|
||||
label_settings = SubResource("LabelSettings_qc5w2")
|
||||
horizontal_alignment = 2
|
|
@ -1,14 +1,17 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://c57u187iciexi"]
|
||||
[gd_scene load_steps=7 format=3 uid="uid://c57u187iciexi"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://i4p62x8fnqpn" path="res://Scripts/GL_Node_Map.gd" id="1_jyqbx"]
|
||||
[ext_resource type="PackedScene" uid="uid://mowdu1i1rldt" path="res://Scenes/UI/Search.tscn" id="1_xwfut"]
|
||||
[ext_resource type="Theme" uid="uid://b3wjoiiv6sq22" path="res://UI/Themes/Default.tres" id="2_2eix6"]
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_xwfut"]
|
||||
colors = PackedColorArray(0.448074, 0.0582233, 0.099986, 1, 0.330802, 0.066494, 0.0423852, 1)
|
||||
[sub_resource type="Gradient" id="Gradient_2eix6"]
|
||||
offsets = PackedFloat32Array(0)
|
||||
colors = PackedColorArray(0.121569, 0.121569, 0.121569, 0.501961)
|
||||
|
||||
[sub_resource type="GradientTexture1D" id="GradientTexture1D_jyqbx"]
|
||||
gradient = SubResource("Gradient_xwfut")
|
||||
[sub_resource type="GradientTexture1D" id="GradientTexture1D_msys2"]
|
||||
gradient = SubResource("Gradient_2eix6")
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_x1ecx"]
|
||||
|
||||
[node name="NodeMap" type="Control" groups=["Node Map"]]
|
||||
layout_mode = 3
|
||||
|
@ -26,7 +29,7 @@ anchor_right = 1.0
|
|||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = SubResource("GradientTexture1D_jyqbx")
|
||||
texture = SubResource("GradientTexture1D_msys2")
|
||||
|
||||
[node name="Holder" type="Control" parent="."]
|
||||
anchors_preset = 0
|
||||
|
@ -41,7 +44,7 @@ anchor_left = 1.0
|
|||
anchor_top = 1.0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -1143.0
|
||||
offset_left = -773.0
|
||||
offset_top = -97.0
|
||||
offset_right = -11.0
|
||||
offset_bottom = -48.0
|
||||
|
@ -49,10 +52,9 @@ grow_horizontal = 0
|
|||
grow_vertical = 0
|
||||
theme = ExtResource("2_2eix6")
|
||||
theme_override_font_sizes/font_size = 8
|
||||
text = "Give LIFE: TEST_C_ETCHINGS
|
||||
Press Esc for Nodes, Right Click to search node.
|
||||
Tab toggles background.Middle Click hold to pan.
|
||||
Scroll to Zoom. Hover things for tooltips."
|
||||
text = "Give LIFE Cybers
|
||||
Press ESC to view node map, right click to add a node, middle click and drag to pan, scroll to zoom."
|
||||
label_settings = SubResource("LabelSettings_x1ecx")
|
||||
horizontal_alignment = 2
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue