0.3 and 0.4 changes
This commit is contained in:
parent
9c764b1271
commit
e3270b14cd
29 changed files with 731 additions and 191 deletions
|
@ -1,16 +1,16 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://c57u187iciexi"]
|
||||
[gd_scene load_steps=6 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_jyqbx"]
|
||||
offsets = PackedFloat32Array(0)
|
||||
colors = PackedColorArray(0.121569, 0.121569, 0.121569, 0.501961)
|
||||
[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="GradientTexture1D" id="GradientTexture1D_2eix6"]
|
||||
gradient = SubResource("Gradient_jyqbx")
|
||||
[sub_resource type="GradientTexture1D" id="GradientTexture1D_jyqbx"]
|
||||
gradient = SubResource("Gradient_xwfut")
|
||||
|
||||
[node name="NodeMap" type="Control"]
|
||||
[node name="NodeMap" type="Control" groups=["Node Map"]]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
|
@ -26,22 +26,72 @@ anchor_right = 1.0
|
|||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = SubResource("GradientTexture1D_2eix6")
|
||||
stretch_mode = 1
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 4.0
|
||||
offset_top = 4.0
|
||||
offset_right = 249.0
|
||||
offset_bottom = 27.0
|
||||
text = "Editing nodes, press ESC to exit."
|
||||
|
||||
[node name="Search" parent="." instance=ExtResource("1_xwfut")]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
texture = SubResource("GradientTexture1D_jyqbx")
|
||||
|
||||
[node name="Holder" type="Control" parent="."]
|
||||
anchors_preset = 0
|
||||
offset_right = 40.0
|
||||
offset_bottom = 40.0
|
||||
|
||||
[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 = -1143.0
|
||||
offset_top = -97.0
|
||||
offset_right = -11.0
|
||||
offset_bottom = -48.0
|
||||
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."
|
||||
horizontal_alignment = 2
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
theme_override_constants/margin_left = 10
|
||||
theme_override_constants/margin_top = 10
|
||||
theme_override_constants/margin_right = 10
|
||||
theme_override_constants/margin_bottom = 10
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 8
|
||||
size_flags_vertical = 8
|
||||
|
||||
[node name="OptionButton" type="OptionButton" parent="MarginContainer/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 8
|
||||
size_flags_vertical = 8
|
||||
selected = 0
|
||||
item_count = 1
|
||||
popup/item_0/text = "Test"
|
||||
popup/item_0/id = 0
|
||||
|
||||
[node name="Button" type="Button" parent="MarginContainer/HBoxContainer"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
text = "Edit"
|
||||
|
||||
[node name="Button2" type="Button" parent="MarginContainer/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "Save"
|
||||
|
||||
[node name="Search" parent="." instance=ExtResource("1_xwfut")]
|
||||
layout_mode = 1
|
||||
|
||||
[connection signal="pressed" from="MarginContainer/HBoxContainer/Button2" to="." method="save_everything"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue