2021-04-24 22:42:12 +02:00
|
|
|
[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
|
2021-04-26 17:41:28 +02:00
|
|
|
margin_right = 1360.0
|
|
|
|
size_flags_vertical = 3
|
2021-04-24 22:42:12 +02:00
|
|
|
custom_styles/panel = SubResource( 1 )
|
|
|
|
|
|
|
|
[node name="HoverTween" type="Tween" parent="."]
|