No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

HoverControl.tscn 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://scenes/end-screen/InfoPanel.tscn" type="PackedScene" id=1]
  3. [ext_resource path="res://scenes/end-screen/HoverControl.gd" type="Script" id=2]
  4. [sub_resource type="StyleBoxFlat" id=1]
  5. content_margin_left = 0.0
  6. content_margin_right = 0.0
  7. content_margin_top = 0.0
  8. content_margin_bottom = 0.0
  9. bg_color = Color( 0.160784, 0.152941, 0.180392, 1 )
  10. border_width_left = 4
  11. border_width_top = 4
  12. border_width_right = 4
  13. border_width_bottom = 4
  14. corner_radius_top_left = 10
  15. corner_radius_top_right = 10
  16. corner_radius_bottom_right = 10
  17. corner_radius_bottom_left = 10
  18. shadow_color = Color( 0, 0, 0, 0.392157 )
  19. shadow_size = 40
  20. shadow_offset = Vector2( 10, 10 )
  21. [node name="HoverControl" type="Control"]
  22. anchor_right = 1.0
  23. anchor_bottom = 1.0
  24. mouse_filter = 1
  25. mouse_default_cursor_shape = 2
  26. script = ExtResource( 2 )
  27. __meta__ = {
  28. "_edit_use_anchors_": false
  29. }
  30. [node name="Control" type="Control" parent="."]
  31. margin_right = 40.0
  32. margin_bottom = 40.0
  33. mouse_filter = 2
  34. __meta__ = {
  35. "_edit_use_anchors_": false
  36. }
  37. [node name="InfoPanel" parent="Control" instance=ExtResource( 1 )]
  38. visible = false
  39. margin_left = 960.0
  40. margin_right = 1360.0
  41. size_flags_vertical = 3
  42. custom_styles/panel = SubResource( 1 )
  43. [node name="HoverTween" type="Tween" parent="."]