[gd_scene load_steps=4 format=2] [ext_resource path="res://scenes/end-screen/InfoPanel.tscn" type="PackedScene" id=1] [ext_resource path="res://scenes/end-screen/HoverControl.gd" type="Script" id=2] [sub_resource type="StyleBoxFlat" id=1] content_margin_left = 0.0 content_margin_right = 0.0 content_margin_top = 0.0 content_margin_bottom = 0.0 bg_color = Color( 0.160784, 0.152941, 0.180392, 1 ) border_width_left = 4 border_width_top = 4 border_width_right = 4 border_width_bottom = 4 corner_radius_top_left = 10 corner_radius_top_right = 10 corner_radius_bottom_right = 10 corner_radius_bottom_left = 10 shadow_color = Color( 0, 0, 0, 0.392157 ) shadow_size = 40 shadow_offset = Vector2( 10, 10 ) [node name="HoverControl" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 1 mouse_default_cursor_shape = 2 script = ExtResource( 2 ) __meta__ = { "_edit_use_anchors_": false } [node name="Control" type="Control" parent="."] margin_right = 40.0 margin_bottom = 40.0 mouse_filter = 2 __meta__ = { "_edit_use_anchors_": false } [node name="InfoPanel" parent="Control" instance=ExtResource( 1 )] visible = false margin_left = 960.0 margin_right = 1320.0 margin_bottom = 360.0 custom_styles/panel = SubResource( 1 ) [node name="HoverTween" type="Tween" parent="."]