generated from mstar/godot-template
79 lines
2.3 KiB
Text
79 lines
2.3 KiB
Text
[gd_scene load_steps=8 format=3 uid="uid://l3mqbqjwjkc3"]
|
|
|
|
[ext_resource type="Script" path="res://addons/imjp94.yafsm/scenes/state_nodes/StateNode.gd" id="2"]
|
|
[ext_resource type="SystemFont" uid="uid://dmcxm8gxsonbq" path="res://addons/imjp94.yafsm/assets/fonts/sans_serif.tres" id="2_352m3"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="1"]
|
|
bg_color = Color(0.164706, 0.164706, 0.164706, 1)
|
|
border_width_left = 1
|
|
border_width_top = 1
|
|
border_width_right = 1
|
|
border_width_bottom = 1
|
|
border_color = Color(0.44, 0.73, 0.98, 1)
|
|
corner_radius_top_left = 4
|
|
corner_radius_top_right = 4
|
|
corner_radius_bottom_right = 4
|
|
corner_radius_bottom_left = 4
|
|
|
|
[sub_resource type="StyleBoxFlat" id="2"]
|
|
bg_color = Color(0.164706, 0.164706, 0.164706, 1)
|
|
border_width_left = 1
|
|
border_width_top = 1
|
|
border_width_right = 1
|
|
border_width_bottom = 1
|
|
corner_radius_top_left = 4
|
|
corner_radius_top_right = 4
|
|
corner_radius_bottom_right = 4
|
|
corner_radius_bottom_left = 4
|
|
corner_detail = 2
|
|
|
|
[sub_resource type="StyleBoxFlat" id="3"]
|
|
bg_color = Color(0.164706, 0.164706, 0.164706, 1)
|
|
border_width_left = 3
|
|
border_width_top = 3
|
|
border_width_right = 3
|
|
border_width_bottom = 3
|
|
border_color = Color(0.960784, 0.772549, 0.333333, 1)
|
|
shadow_size = 2
|
|
|
|
[sub_resource type="StyleBoxFlat" id="4"]
|
|
bg_color = Color(0.164706, 0.164706, 0.164706, 1)
|
|
border_width_left = 3
|
|
border_width_top = 3
|
|
border_width_right = 3
|
|
border_width_bottom = 3
|
|
shadow_size = 2
|
|
|
|
[sub_resource type="Theme" id="5"]
|
|
FlowChartNode/styles/focus = SubResource("1")
|
|
FlowChartNode/styles/normal = SubResource("2")
|
|
StateNode/styles/nested_focus = SubResource("3")
|
|
StateNode/styles/nested_normal = SubResource("4")
|
|
|
|
[node name="StateNode" type="HBoxContainer"]
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = SubResource("5")
|
|
script = ExtResource("2")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
layout_mode = 2
|
|
mouse_filter = 2
|
|
theme_override_constants/margin_left = 5
|
|
theme_override_constants/margin_top = 5
|
|
theme_override_constants/margin_right = 5
|
|
theme_override_constants/margin_bottom = 5
|
|
|
|
[node name="NameEdit" type="LineEdit" parent="MarginContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
mouse_filter = 2
|
|
mouse_default_cursor_shape = 0
|
|
theme_override_fonts/font = ExtResource("2_352m3")
|
|
text = "State"
|
|
alignment = 1
|
|
editable = false
|
|
expand_to_text_length = true
|
|
selecting_enabled = false
|
|
caret_blink = true
|