41 lines
1.1 KiB
Text
41 lines
1.1 KiB
Text
[gd_scene load_steps=6 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]
|
|
[ext_resource path="res://backgounds/radio.gd" type="Script" id=4]
|
|
[ext_resource path="res://backgounds/Label3.gd" type="Script" id=5]
|
|
|
|
[node name="radio" type="Node2D"]
|
|
script = ExtResource( 4 )
|
|
|
|
[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
|
|
script = ExtResource( 5 )
|