29 lines
792 B
Text
29 lines
792 B
Text
[gd_scene load_steps=4 format=3 uid="uid://p010jtursgo2"]
|
|
|
|
[ext_resource type="Script" path="res://title.gd" id="1_fbo7u"]
|
|
[ext_resource type="Script" path="res://Game name.gd" id="2_bbb0f"]
|
|
[ext_resource type="Script" path="res://fps.gd" id="3_tsoef"]
|
|
|
|
[node name="title" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_fbo7u")
|
|
|
|
[node name="Game name" type="Label" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 108.0
|
|
offset_top = 271.0
|
|
offset_right = 269.0
|
|
offset_bottom = 297.0
|
|
scale = Vector2(6.38131, 6.11486)
|
|
text = "The Red Robot Radio"
|
|
script = ExtResource("2_bbb0f")
|
|
|
|
[node name="fps" type="Label" parent="."]
|
|
offset_right = 40.0
|
|
offset_bottom = 23.0
|
|
script = ExtResource("3_tsoef")
|