From 4439da747fe86dca43590be0639038e9c6829c85 Mon Sep 17 00:00:00 2001 From: D L Date: Mon, 30 Jan 2023 01:57:02 -0800 Subject: [PATCH] fixed typo --- Scripts/CutsceneRunner.gd | 2 +- project.godot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/CutsceneRunner.gd b/Scripts/CutsceneRunner.gd index 99b9bab..823351f 100644 --- a/Scripts/CutsceneRunner.gd +++ b/Scripts/CutsceneRunner.gd @@ -29,7 +29,7 @@ var cutscene_directory = { ["Kyouko: A winter game competition, eh? I wonder what this is about?"], - ["~~ Looking for something to do with your holiday? Then come on down to Moriya Shrine, we’re looking for competitors to participate for our winter festival, winners will receive a statue of the legendary Inari Okami which will grant blessing for the upcoming harvest.", "We hope to see you attend Moriya’s Wanton Winter Wagor! ~~"], + ["~~ Looking for something to do with your holiday? Then come on down to Moriya Shrine, we’re looking for competitors to participate for our winter festival, winners will receive a statue of the legendary Inari Okami which will grant blessing for the upcoming harvest.", "We hope to see you attend Moriya’s Wanton Winter Wager! ~~"], ["Kyouko was hesitant at first about attending the winter fest, but her boredom got the best of her and decided to journey to Moriya Shrine."], diff --git a/project.godot b/project.godot index 23cf4e8..8ea1d1e 100644 --- a/project.godot +++ b/project.godot @@ -51,7 +51,7 @@ _global_script_class_icons={ [application] config/name="Moriya's Wanton Winter Wager" -run/main_scene="res://Scenes/DownhillAutoscroller.tscn" +run/main_scene="res://Scenes/TitleScreen.tscn" config/icon="res://icon.png" [autoload]