Files
FrisbeeFriendsy/title_screen.tscn

23 lines
718 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://b7hrye4e4gm2q"]
[ext_resource type="Script" path="res://title_screen.gd" id="1_uei4l"]
[ext_resource type="Texture2D" uid="uid://coi7qyljp88sc" path="res://art/Title.png" id="2_tjlxo"]
[ext_resource type="Script" path="res://StartButton.gd" id="3_ef2jj"]
[node name="TitleScreen" type="Node2D"]
script = ExtResource("1_uei4l")
[node name="TitleLogo" type="Sprite2D" parent="."]
texture_filter = 1
position = Vector2(594, 152)
scale = Vector2(1.6875, 1.6875)
texture = ExtResource("2_tjlxo")
[node name="StartButton" type="Button" parent="."]
offset_left = 479.0
offset_top = 322.0
offset_right = 644.0
offset_bottom = 380.0
text = "Start"
script = ExtResource("3_ef2jj")