2018-09-21 03:11:14 +01:00
|
|
|
[gd_scene load_steps=4 format=2]
|
2018-09-21 02:48:13 +01:00
|
|
|
|
|
|
|
[ext_resource path="res://ui/dialog_box.gd" type="Script" id=1]
|
|
|
|
|
2018-09-21 03:11:14 +01:00
|
|
|
[sub_resource type="StyleBoxEmpty" id=2]
|
|
|
|
|
|
|
|
content_margin_left = -1.0
|
|
|
|
content_margin_right = -1.0
|
|
|
|
content_margin_top = -1.0
|
|
|
|
content_margin_bottom = -1.0
|
|
|
|
|
2018-09-21 02:48:13 +01:00
|
|
|
[sub_resource type="StyleBoxEmpty" id=1]
|
|
|
|
|
|
|
|
content_margin_left = -1.0
|
|
|
|
content_margin_right = -1.0
|
|
|
|
content_margin_top = -1.0
|
|
|
|
content_margin_bottom = -1.0
|
|
|
|
|
2018-09-21 03:37:07 +01:00
|
|
|
[node name="dialog_box" type="Control"]
|
2018-09-21 02:48:13 +01:00
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
mouse_filter = 0
|
|
|
|
mouse_default_cursor_shape = 0
|
|
|
|
size_flags_horizontal = 1
|
|
|
|
size_flags_vertical = 1
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
|
|
|
[node name="audio_player" type="AudioStreamPlayer" parent="." index="0"]
|
|
|
|
|
|
|
|
stream = null
|
|
|
|
volume_db = 0.0
|
|
|
|
pitch_scale = 1.0
|
|
|
|
autoplay = false
|
|
|
|
mix_target = 0
|
|
|
|
bus = "Master"
|
|
|
|
|
|
|
|
[node name="top_panel" type="HBoxContainer" parent="." index="1"]
|
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_top = 16.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
mouse_filter = 1
|
|
|
|
mouse_default_cursor_shape = 0
|
|
|
|
size_flags_horizontal = 1
|
|
|
|
size_flags_vertical = 1
|
|
|
|
alignment = 2
|
|
|
|
_sections_unfolded = [ "Margin", "Size Flags", "Theme", "custom_constants" ]
|
|
|
|
|
|
|
|
[node name="auto_btn" type="Button" parent="top_panel" index="0"]
|
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_left = 847.0
|
|
|
|
margin_right = 887.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
focus_mode = 2
|
|
|
|
mouse_filter = 0
|
|
|
|
mouse_default_cursor_shape = 0
|
|
|
|
size_flags_horizontal = 1
|
|
|
|
size_flags_vertical = 1
|
2018-09-21 03:11:14 +01:00
|
|
|
custom_styles/focus = SubResource( 2 )
|
2018-09-21 02:48:13 +01:00
|
|
|
custom_colors/font_color_disabled = Color( 0.378906, 0.378906, 0.378906, 1 )
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 1 )
|
|
|
|
custom_colors/font_color_hover = Color( 1, 0.647059, 0, 1 )
|
|
|
|
custom_colors/font_color_pressed = Color( 1, 0.647059, 0, 1 )
|
|
|
|
toggle_mode = false
|
|
|
|
enabled_focus_mode = 2
|
|
|
|
shortcut = null
|
|
|
|
group = null
|
|
|
|
text = "auto"
|
|
|
|
flat = true
|
|
|
|
align = 1
|
2018-09-21 18:45:08 +01:00
|
|
|
_sections_unfolded = [ "custom_colors", "custom_constants" ]
|
2018-09-21 02:48:13 +01:00
|
|
|
|
|
|
|
[node name="ffwd_btn" type="Button" parent="top_panel" index="1"]
|
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_left = 891.0
|
|
|
|
margin_right = 926.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
focus_mode = 2
|
|
|
|
mouse_filter = 0
|
|
|
|
mouse_default_cursor_shape = 0
|
|
|
|
size_flags_horizontal = 1
|
|
|
|
size_flags_vertical = 1
|
2018-09-21 03:11:14 +01:00
|
|
|
custom_styles/focus = SubResource( 2 )
|
2018-09-21 02:48:13 +01:00
|
|
|
custom_colors/font_color_disabled = Color( 0.378906, 0.378906, 0.378906, 1 )
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 1 )
|
|
|
|
custom_colors/font_color_hover = Color( 1, 0.647059, 0, 1 )
|
|
|
|
custom_colors/font_color_pressed = Color( 1, 0.647059, 0, 1 )
|
|
|
|
toggle_mode = false
|
|
|
|
enabled_focus_mode = 2
|
|
|
|
shortcut = null
|
|
|
|
group = null
|
|
|
|
text = "fast"
|
|
|
|
flat = true
|
|
|
|
align = 1
|
|
|
|
|
|
|
|
[node name="menu_btn" type="Button" parent="top_panel" index="2"]
|
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_left = 930.0
|
|
|
|
margin_right = 1002.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
focus_mode = 2
|
|
|
|
mouse_filter = 0
|
|
|
|
mouse_default_cursor_shape = 0
|
|
|
|
size_flags_horizontal = 1
|
|
|
|
size_flags_vertical = 1
|
2018-09-21 03:11:14 +01:00
|
|
|
custom_styles/focus = SubResource( 2 )
|
2018-09-21 02:48:13 +01:00
|
|
|
custom_colors/font_color_disabled = Color( 0.378906, 0.378906, 0.378906, 1 )
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 1 )
|
|
|
|
custom_colors/font_color_hover = Color( 1, 0.647059, 0, 1 )
|
|
|
|
custom_colors/font_color_pressed = Color( 1, 0.647059, 0, 1 )
|
|
|
|
toggle_mode = false
|
|
|
|
enabled_focus_mode = 2
|
|
|
|
shortcut = null
|
|
|
|
group = null
|
|
|
|
text = " | menu"
|
|
|
|
flat = true
|
|
|
|
align = 1
|
|
|
|
|
|
|
|
[node name="spacing" type="Control" parent="top_panel" index="3"]
|
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_left = 1006.0
|
|
|
|
margin_right = 1024.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_min_size = Vector2( 18, 0 )
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
mouse_filter = 0
|
|
|
|
mouse_default_cursor_shape = 0
|
|
|
|
size_flags_horizontal = 1
|
|
|
|
size_flags_vertical = 1
|
|
|
|
_sections_unfolded = [ "Rect" ]
|
|
|
|
|
|
|
|
[node name="body_container" type="PanelContainer" parent="." index="2"]
|
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 1.0
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
margin_top = -100.0
|
|
|
|
grow_vertical = 0
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
mouse_filter = 0
|
|
|
|
mouse_default_cursor_shape = 0
|
|
|
|
size_flags_horizontal = 1
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_styles/panel = SubResource( 1 )
|
|
|
|
_sections_unfolded = [ "Grow Direction", "Mouse", "Size Flags", "custom_styles" ]
|
|
|
|
|
|
|
|
[node name="bottom_panel" type="VBoxContainer" parent="body_container" index="0"]
|
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_right = 1024.0
|
|
|
|
margin_bottom = 100.0
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
mouse_filter = 2
|
|
|
|
mouse_default_cursor_shape = 0
|
|
|
|
size_flags_horizontal = 1
|
|
|
|
size_flags_vertical = 1
|
|
|
|
alignment = 0
|
|
|
|
_sections_unfolded = [ "Grow Direction", "Mouse" ]
|
|
|
|
|
|
|
|
[node name="subject_margin" type="MarginContainer" parent="body_container/bottom_panel" index="0"]
|
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_right = 1024.0
|
|
|
|
margin_bottom = 14.0
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
mouse_filter = 2
|
|
|
|
mouse_default_cursor_shape = 0
|
|
|
|
size_flags_horizontal = 1
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_constants/margin_right = 0
|
|
|
|
custom_constants/margin_top = 0
|
|
|
|
custom_constants/margin_left = 4
|
|
|
|
custom_constants/margin_bottom = 0
|
|
|
|
_sections_unfolded = [ "Mouse", "custom_constants" ]
|
|
|
|
|
|
|
|
[node name="subject_panel" type="HBoxContainer" parent="body_container/bottom_panel/subject_margin" index="0"]
|
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_left = 4.0
|
|
|
|
margin_right = 1024.0
|
|
|
|
margin_bottom = 14.0
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
mouse_filter = 2
|
|
|
|
mouse_default_cursor_shape = 0
|
|
|
|
size_flags_horizontal = 1
|
|
|
|
size_flags_vertical = 1
|
|
|
|
alignment = 0
|
|
|
|
_sections_unfolded = [ "Mouse" ]
|
|
|
|
|
|
|
|
[node name="subject_label" type="Label" parent="body_container/bottom_panel/subject_margin/subject_panel" index="0"]
|
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_right = 60.0
|
|
|
|
margin_bottom = 14.0
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
mouse_filter = 2
|
|
|
|
mouse_default_cursor_shape = 0
|
|
|
|
size_flags_horizontal = 1
|
|
|
|
size_flags_vertical = 4
|
|
|
|
text = "Arborator"
|
|
|
|
percent_visible = 1.0
|
|
|
|
lines_skipped = 0
|
|
|
|
max_lines_visible = -1
|
|
|
|
_sections_unfolded = [ "Margin" ]
|
|
|
|
|
|
|
|
[node name="body_margin" type="MarginContainer" parent="body_container/bottom_panel" index="1"]
|
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_top = 18.0
|
|
|
|
margin_right = 1024.0
|
|
|
|
margin_bottom = 48.0
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
mouse_filter = 2
|
|
|
|
mouse_default_cursor_shape = 0
|
|
|
|
size_flags_horizontal = 1
|
|
|
|
size_flags_vertical = 1
|
|
|
|
custom_constants/margin_top = 8
|
|
|
|
custom_constants/margin_left = 8
|
|
|
|
custom_constants/margin_bottom = 8
|
|
|
|
_sections_unfolded = [ "Margin", "Mouse", "custom_constants" ]
|
|
|
|
|
|
|
|
[node name="body_label" type="Label" parent="body_container/bottom_panel/body_margin" index="0"]
|
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_left = 8.0
|
|
|
|
margin_top = 8.0
|
|
|
|
margin_right = 1024.0
|
|
|
|
margin_bottom = 22.0
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
mouse_filter = 2
|
|
|
|
mouse_default_cursor_shape = 0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 4
|
|
|
|
text = "Sup new kid, you skippin?"
|
|
|
|
percent_visible = 1.0
|
|
|
|
lines_skipped = 0
|
|
|
|
max_lines_visible = -1
|
|
|
|
_sections_unfolded = [ "Margin", "Mouse", "Rect", "Size Flags" ]
|
|
|
|
|
|
|
|
|