end4.tscn 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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="Node2D" type="Node2D" parent="."]
  16. scale = Vector2( 0.843874, 0.843874 )
  17. [node name="Label" type="Label" parent="Node2D"]
  18. margin_left = 36.0
  19. margin_top = 25.0
  20. margin_right = 483.0
  21. margin_bottom = 712.0
  22. custom_colors/font_color = Color( 1, 1, 1, 1 )
  23. custom_fonts/font = SubResource( 2 )
  24. text = "\"Today was another round of senators posting
  25. space law ideas from space. Funding to sunquake
  26. research, national interstellar travel program,
  27. mandatory certification of space personnel and
  28. space toilets. As well as regulation of space
  29. traffic, outlawing unauthorized colonization...
  30. oh, sorry, that was deleted 5 min ago.\"
  31. \"I think that solar thing got dizzy far from the
  32. sun and missed\"
  33. \"Alice, you are interfering\"
  34. \"umh\"
  35. \"At the question from Libre Space Now whether
  36. spaceships will still be considered military tech,
  37. Senator Shoulders answered on their FedMammoth:'Of
  38. course they will!'\"
  39. ...
  40. \"however, senators would like to oversee their
  41. programs in person once they return from Venus.
  42. and for better or worse, they travel with not
  43. exactly speed of light\"
  44. "
  45. script = ExtResource( 1 )
  46. [node name="retry" type="Node2D" parent="."]
  47. position = Vector2( 820, 439 )
  48. scale = Vector2( 0.775162, 0.775162 )
  49. script = ExtResource( 3 )
  50. [node name="TextureRect" type="TextureRect" parent="retry"]
  51. margin_left = -977.0
  52. margin_top = -546.0
  53. margin_right = 303.0
  54. margin_bottom = 174.0
  55. texture = ExtResource( 2 )