summaryrefslogtreecommitdiff
path: root/Assets/Editor/Tools/ShortcutHelper.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2020-11-17 21:16:39 +0800
committerchai <chaifix@163.com>2020-11-17 21:16:39 +0800
commit71b23799b537869e2bd7ca5f070f65fdd22114a9 (patch)
treea49f1c53aa6dcfdf73a92cecddc8cc0306500758 /Assets/Editor/Tools/ShortcutHelper.cs
parent01f06fb513dab303abeb02d7e1007e397874bcc0 (diff)
*misc
Diffstat (limited to 'Assets/Editor/Tools/ShortcutHelper.cs')
-rw-r--r--Assets/Editor/Tools/ShortcutHelper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assets/Editor/Tools/ShortcutHelper.cs b/Assets/Editor/Tools/ShortcutHelper.cs
index 9000e738..d0173d23 100644
--- a/Assets/Editor/Tools/ShortcutHelper.cs
+++ b/Assets/Editor/Tools/ShortcutHelper.cs
@@ -9,7 +9,7 @@ public class ShortcutHelper
[MenuItem("Erika/Scene/打开Saionji场景 _F5")]
static void OpenSaionjiScene()
{
- string path = Application.dataPath + "/Scenes/Demo/SaionjiShowOff.unity";
+ string path = Application.dataPath + "/Scenes/Demo/FightDemoScene.unity";
if (!EditorSceneManager.SaveCurrentModifiedScenesIfUserWantsTo())
{
return;