37 lines
985 B
Text
37 lines
985 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://sprites/antenna.png" type="Texture" id=1]
|
|
[ext_resource path="res://fonts/title.tres" type="DynamicFont" id=2]
|
|
[ext_resource path="res://fonts/start.tres" type="DynamicFont" id=3]
|
|
|
|
[node name="radio" type="Node2D"]
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
margin_left = 438.0
|
|
margin_top = 14.0
|
|
margin_right = 864.0
|
|
margin_bottom = 751.0
|
|
rect_scale = Vector2( 0.92, 0.92 )
|
|
texture = ExtResource( 1 )
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
margin_left = 400.0
|
|
margin_top = 20.0
|
|
margin_right = 855.0
|
|
margin_bottom = 166.0
|
|
custom_fonts/font = ExtResource( 2 )
|
|
text = "Good Job"
|
|
|
|
[node name="Label2" type="Label" parent="."]
|
|
margin_top = 400.0
|
|
margin_right = 1280.0
|
|
margin_bottom = 546.0
|
|
custom_fonts/font = ExtResource( 3 )
|
|
text = "Press Enter or B to return to title"
|
|
align = 1
|
|
|
|
[node name="Label3" type="Label" parent="."]
|
|
margin_left = 158.0
|
|
margin_top = 593.0
|
|
margin_right = 198.0
|
|
margin_bottom = 607.0
|