1.完成序章的流程化

a.新建场景:“各种系统测试与陈列”,用来保存、测试和开发游戏的各种系统。
  b.修改场景“序章-家中”,使其变为可以游玩的流程化状态
    1.删除此场景不需要的游戏物体
    2.调整相机的可移动范围
    3.修改了“地面”的碰撞盒至合理
    4.修改了“水缸”的碰撞盒至合理
    5.修改了“电报机”的碰撞盒至合理
    6.给“远处”添加了视差运动组件
  c.添加对话“当完成父亲的电码后”
  d.完成对话“当完成父亲的电码后”后,载入战场场景
This commit is contained in:
Roman 2021-07-26 00:59:03 +08:00
parent fd3fd4a1a5
commit 731c080a0c
5 changed files with 6088 additions and 745 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: aa6cd6f6d731d1942a81f3d6de0d9fd3
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
using System.Collections; using System.Collections;
using System.Collections.Generic; using System.Collections.Generic;
using UnityEngine; using UnityEngine;
using Fungus;
public class WhenFinishFathersCode : Event public class WhenFinishFathersCode : Event
{ {
// Start is called before the first frame update // Start is called before the first frame update
@ -18,6 +18,7 @@ public class WhenFinishFathersCode : Event
public override void OnCall() public override void OnCall()
{ {
Debug.Log("打完了,执行下一步的代码请写这里"); Flowchart.BroadcastFungusMessage("玩家打完了父亲教的电码");
//Debug.Log("打完了,执行下一步的代码请写这里");
} }
} }

View File

@ -15,11 +15,14 @@ EditorUserSettings:
value: 22424703114646680e0b0227036cdacaf990d3ea61adddcea8f6fb73663ffabe163e78fce9332b25 value: 22424703114646680e0b0227036cdacaf990d3ea61adddcea8f6fb73663ffabe163e78fce9332b25
flags: 0 flags: 0
RecentlyUsedScenePath-3: RecentlyUsedScenePath-3:
value: 22424703114646680e0b0227036cdacaf990d3ea61ade8e6a9f1d07df7ee3d2cfb value: 22424703114646680e0b0227036cdae0f290dfc7abfbfdb7f6d69be60968fbcd663fd8601ed2bad4ce4cfa320d2a18
flags: 0 flags: 0
RecentlyUsedScenePath-4: RecentlyUsedScenePath-4:
value: 22424703114646680e0b0227036cdacaf990d3ea61aecec8a8d5c77df7ee3d2cfb value: 22424703114646680e0b0227036cdacaf990d3ea61aecec8a8d5c77df7ee3d2cfb
flags: 0 flags: 0
RecentlyUsedScenePath-5:
value: 22424703114646680e0b0227036cdacaf990d3ea61ade8e6a9f1d07df7ee3d2cfb
flags: 0
vcSharedLogLevel: vcSharedLogLevel:
value: 0d5e400f0650 value: 0d5e400f0650
flags: 0 flags: 0