[gd_scene load_steps=12 format=3 uid="uid://b21nrnkygiyjt"] [ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://gui/resources/theme/theme.tres" id="1_a1566"] [ext_resource type="Script" uid="uid://c2cx41lrgf5b0" path="res://gui/overlays/popup_message/popup_message.gd" id="2_sbew6"] [ext_resource type="Shader" uid="uid://cwldxegcj55if" path="res://gui/resources/shaders/blur_mix.gdshader" id="3_2vnom"] [ext_resource type="PackedScene" uid="uid://dq61p3a8og2b6" path="res://gui/overlays/popup_message/server_message.tscn" id="3_m3rok"] [ext_resource type="Script" uid="uid://cmncjc06kadpe" path="res://gui/components/blur_setup.gd" id="4_pvwmw"] [ext_resource type="FontFile" uid="uid://bk704sc5gkrb3" path="res://gui/resources/fonts/font-azaret-mono.woff2" id="4_wsrnf"] [ext_resource type="Texture2D" uid="uid://b2uv5rf0enikf" path="res://gui/resources/icons/hint.svg" id="5_2dxsd"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_k0m35"] shader = ExtResource("3_2vnom") shader_parameter/blur_amount = 3.5 shader_parameter/mix_amount = 0.85 shader_parameter/mix_amount_no_blur = 1.0 shader_parameter/color_over = Color(0, 0, 0, 1) shader_parameter/enable_blur = false [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vq4dg"] bg_color = Color(1, 1, 1, 0.878431) corner_radius_top_left = 16 corner_radius_top_right = 16 corner_radius_bottom_right = 16 corner_radius_bottom_left = 16 [sub_resource type="FontVariation" id="FontVariation_qfltj"] base_font = ExtResource("4_wsrnf") variation_embolden = 0.75 [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_3rgop"] content_margin_left = 32.0 content_margin_top = 8.0 content_margin_right = 32.0 content_margin_bottom = 8.0 [node name="PopupMessage" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 mouse_filter = 2 script = ExtResource("2_sbew6") [node name="Static" 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 = ExtResource("1_a1566") [node name="VBox" type="VBoxContainer" parent="Static"] layout_mode = 2 mouse_filter = 2 [node name="ServerMessage" parent="Static/VBox" instance=ExtResource("3_m3rok")] visible = false layout_mode = 2 [node name="HintMessage" type="PanelContainer" parent="Static/VBox"] visible = false material = SubResource("ShaderMaterial_k0m35") layout_mode = 2 size_flags_vertical = 0 mouse_filter = 2 theme_override_styles/panel = SubResource("StyleBoxFlat_vq4dg") script = ExtResource("4_pvwmw") [node name="CenterContainer" type="HBoxContainer" parent="Static/VBox/HintMessage"] layout_mode = 2 mouse_filter = 2 alignment = 1 [node name="MarginContainer" type="MarginContainer" parent="Static/VBox/HintMessage/CenterContainer"] layout_mode = 2 mouse_filter = 2 theme_override_constants/margin_left = 4 theme_override_constants/margin_top = 4 theme_override_constants/margin_right = 4 theme_override_constants/margin_bottom = 4 [node name="TextureRect" type="TextureRect" parent="Static/VBox/HintMessage/CenterContainer/MarginContainer"] custom_minimum_size = Vector2(28, 28) layout_mode = 2 mouse_filter = 2 texture = ExtResource("5_2dxsd") expand_mode = 1 stretch_mode = 4 [node name="Label" type="Label" parent="Static/VBox/HintMessage/CenterContainer"] layout_mode = 2 size_flags_horizontal = 3 theme_override_fonts/font = SubResource("FontVariation_qfltj") theme_override_styles/normal = SubResource("StyleBoxEmpty_3rgop") text = "A hint is worth more than a thousand manuals" autowrap_mode = 3 [node name="Positional" type="Control" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 mouse_filter = 2 [node name="Timers" type="Node" parent="."] [node name="Server" type="Timer" parent="Timers"] wait_time = 5.0 one_shot = true [node name="Hint" type="Timer" parent="Timers"] wait_time = 10.0 one_shot = true [node name="AutoHints" type="Node" parent="Timers"] [node name="Move" type="Timer" parent="Timers/AutoHints"] wait_time = 2.0 one_shot = true [node name="Performance" type="Timer" parent="Timers/AutoHints"] wait_time = 20.0 one_shot = true [node name="Boost" type="Timer" parent="Timers/AutoHints"] wait_time = 90.0 one_shot = true [node name="Interact" type="Timer" parent="Timers/AutoHints"] wait_time = 15.0 one_shot = true [node name="RotateCamera" type="Timer" parent="Timers/AutoHints"] wait_time = 120.0 one_shot = true [node name="Zoom" type="Timer" parent="Timers/AutoHints"] wait_time = 135.0 one_shot = true [node name="Reset" type="Timer" parent="Timers"] wait_time = 10.0 one_shot = true [node name="JoinWhileRunning" type="Timer" parent="Timers"] wait_time = 5.0 one_shot = true [connection signal="timeout" from="Timers/Server" to="." method="_on_server_timeout"] [connection signal="timeout" from="Timers/Hint" to="Static" method="_on_hint_timer_timeout"] [connection signal="timeout" from="Timers/AutoHints/Move" to="Static" method="_on_move_timeout"] [connection signal="timeout" from="Timers/AutoHints/Performance" to="Static" method="_on_performance_timeout"] [connection signal="timeout" from="Timers/AutoHints/Boost" to="Static" method="_on_boost_timeout"] [connection signal="timeout" from="Timers/AutoHints/Interact" to="Static" method="_on_interact_timeout"] [connection signal="timeout" from="Timers/AutoHints/RotateCamera" to="Static" method="_on_rotate_camera_timeout"] [connection signal="timeout" from="Timers/AutoHints/Zoom" to="Static" method="_on_zoom_timeout"] [connection signal="timeout" from="Timers/Reset" to="Static" method="_on_reset_timeout"] [connection signal="timeout" from="Timers/JoinWhileRunning" to="Static" method="_on_join_while_running_timeout"]