diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-17 11:12:53 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-17 11:12:53 -0600 |
commit | 574bc85d7e7c7ebe51cfd40de676d00cbdc622ce (patch) | |
tree | 53c145e2e3112aba67eaa3421a5b8a006078b56b /scenes/title.tscn | |
parent | 05edc5e0909db8b4d48c971c8b2680a71997bb1f (diff) |
Make the title screen go to the initial fishing screen
Diffstat (limited to 'scenes/title.tscn')
-rw-r--r-- | scenes/title.tscn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scenes/title.tscn b/scenes/title.tscn index 1570a3e..1bcbfff 100644 --- a/scenes/title.tscn +++ b/scenes/title.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=46 format=3 uid="uid://cosfolwy43pu"] +[gd_scene load_steps=46 format=3 uid="uid://bhcfvjkkpmtr4"] [ext_resource type="Script" path="res://scenes/title.gd" id="1_q3sds"] [ext_resource type="Texture2D" uid="uid://bmgnk2m8rj1n1" path="res://UI/StartScreen.png" id="1_xa24a"] @@ -281,7 +281,7 @@ animations = [{ "speed": 36.0 }] -[node name="Node2D" type="Node2D"] +[node name="Node2D2" type="Node2D"] script = ExtResource("1_q3sds") [node name="Background" type="Sprite2D" parent="."] |