12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- [gd_scene load_steps=6 format=2]
- [ext_resource path="res://FontedLabel.gd" type="Script" id=1]
- [ext_resource path="res://click2.png" type="Texture" id=2]
- [ext_resource path="res://listen_retry.gd" type="Script" id=3]
- [sub_resource type="DynamicFontData" id=1]
- font_path = "res://now-fl/Now-SemiBold.otf"
- [sub_resource type="DynamicFont" id=2]
- size = 20
- font_data = SubResource( 1 )
- [node name="Node2D" type="Node2D"]
- [node name="Polygon2D" type="Polygon2D" parent="."]
- z_index = -1
- color = Color( 0, 0, 0, 1 )
- polygon = PoolVector2Array( 115, -150, -153, 48, -151, 634, 521, 766, 1101, 690, 1149, 328, 1141, -34, 851, -234 )
- [node name="Node2D" type="Node2D" parent="."]
- scale = Vector2( 0.843874, 0.843874 )
- [node name="Label" type="Label" parent="Node2D"]
- margin_left = 36.0
- margin_top = 25.0
- margin_right = 483.0
- margin_bottom = 712.0
- custom_colors/font_color = Color( 1, 1, 1, 1 )
- custom_fonts/font = SubResource( 2 )
- text = "\"Today was another round of senators posting
- space law ideas from space. Funding to sunquake
- research, national interstellar travel program,
- mandatory certification of space personnel and
- space toilets. As well as regulation of space
- traffic, outlawing unauthorized colonization...
- oh, sorry, that was deleted 5 min ago.\"
- \"I think that solar thing got dizzy far from the
- sun and missed\"
- \"Alice, you are interfering\"
- \"umh\"
- \"At the question from Libre Space Now whether
- spaceships will still be considered military tech,
- Senator Shoulders answered on their FedMammoth:'Of
- course they will!'\"
- ...
- \"however, senators would like to oversee their
- programs in person once they return from Venus.
- and for better or worse, they travel with not
- exactly speed of light\"
- "
- script = ExtResource( 1 )
- [node name="retry" type="Node2D" parent="."]
- position = Vector2( 820, 439 )
- scale = Vector2( 0.775162, 0.775162 )
- script = ExtResource( 3 )
- [node name="TextureRect" type="TextureRect" parent="retry"]
- margin_left = -977.0
- margin_top = -546.0
- margin_right = 303.0
- margin_bottom = 174.0
- texture = ExtResource( 2 )
|