updating project files
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://cvlabg8e2qbk3"]
|
||||
[gd_scene format=3 uid="uid://cvlabg8e2qbk3"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/godot_state_charts/utilities/event_refactor/event_refactor.gd" id="1_hh1x6"]
|
||||
[ext_resource type="Script" uid="uid://kd0w6hr2qths" path="res://addons/godot_state_charts/utilities/event_refactor/event_refactor.gd" id="1_hh1x6"]
|
||||
|
||||
[node name="event_refactor" type="ConfirmationDialog"]
|
||||
initial_position = 1
|
||||
[node name="event_refactor" type="ConfirmationDialog" unique_id=406429683]
|
||||
oversampling_override = 1.0
|
||||
title = "Rename Event"
|
||||
initial_position = 1
|
||||
size = Vector2i(586, 562)
|
||||
visible = true
|
||||
ok_button_text = "Rename"
|
||||
dialog_autowrap = true
|
||||
script = ExtResource("1_hh1x6")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
[node name="MarginContainer" type="MarginContainer" parent="." unique_id=1124431239]
|
||||
offset_left = 8.0
|
||||
offset_top = 8.0
|
||||
offset_right = 578.0
|
||||
@@ -21,28 +22,28 @@ theme_override_constants/margin_top = 5
|
||||
theme_override_constants/margin_right = 5
|
||||
theme_override_constants/margin_bottom = 5
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer" unique_id=294400830]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer"]
|
||||
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer" unique_id=425366851]
|
||||
layout_mode = 2
|
||||
text = "Event"
|
||||
|
||||
[node name="EventList" type="ItemList" parent="MarginContainer/VBoxContainer"]
|
||||
[node name="EventList" type="ItemList" parent="MarginContainer/VBoxContainer" unique_id=2044119100]
|
||||
unique_name_in_owner = true
|
||||
custom_minimum_size = Vector2(560, 330)
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer" unique_id=103516280]
|
||||
layout_mode = 2
|
||||
theme_override_constants/separation = 10
|
||||
|
||||
[node name="Label2" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer"]
|
||||
[node name="Label2" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer" unique_id=234335456]
|
||||
layout_mode = 2
|
||||
text = "New name"
|
||||
|
||||
[node name="EventNameEdit" type="LineEdit" parent="MarginContainer/VBoxContainer/HBoxContainer"]
|
||||
[node name="EventNameEdit" type="LineEdit" parent="MarginContainer/VBoxContainer/HBoxContainer" unique_id=608594242]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
|
||||
Reference in New Issue
Block a user