end2.tscn 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. [gd_scene load_steps=6 format=2]
  2. [ext_resource path="res://FontedLabel.gd" type="Script" id=1]
  3. [ext_resource path="res://click2.png" type="Texture" id=2]
  4. [ext_resource path="res://listen_retry.gd" type="Script" id=3]
  5. [sub_resource type="DynamicFontData" id=1]
  6. font_path = "res://now-fl/Now-SemiBold.otf"
  7. [sub_resource type="DynamicFont" id=2]
  8. size = 20
  9. font_data = SubResource( 1 )
  10. [node name="Node2D" type="Node2D"]
  11. [node name="Polygon2D" type="Polygon2D" parent="."]
  12. z_index = -1
  13. color = Color( 0, 0, 0, 1 )
  14. polygon = PoolVector2Array( 115, -150, -153, 48, -151, 634, 521, 766, 1101, 690, 1149, 328, 1141, -34, 851, -234 )
  15. [node name="Label" type="Label" parent="."]
  16. margin_left = 36.0
  17. margin_top = 25.0
  18. margin_right = 160.0
  19. margin_bottom = 52.0
  20. custom_colors/font_color = Color( 1, 1, 1, 1 )
  21. custom_fonts/font = SubResource( 2 )
  22. text = "\"It is with sad vibes we need to inform you that
  23. according to the last report Space Y could send,
  24. they have lost all telemetry from the federal
  25. vessel on the peace mission. Now to technical news -
  26. it seems my radio got fried... \"
  27. *knock-knock*
  28. \"What?\"
  29. \"Hey... Asphalt melts outside, and we have 4 kilos
  30. of ice cream in the fridge... that does not work
  31. anymore...\"
  32. \"...\"
  33. \"We would like your assistance with the matter?\"
  34. \"... ok\"
  35. Well, at least I do not need to go to school for
  36. some time.
  37. "
  38. script = ExtResource( 1 )
  39. [node name="retry" type="Node2D" parent="."]
  40. position = Vector2( 820, 439 )
  41. scale = Vector2( 0.775162, 0.775162 )
  42. script = ExtResource( 3 )
  43. [node name="TextureRect" type="TextureRect" parent="retry"]
  44. margin_left = -977.0
  45. margin_top = -546.0
  46. margin_right = 303.0
  47. margin_bottom = 174.0
  48. texture = ExtResource( 2 )