Roman 5e29da1a25 任务:实装音乐,修复问题
1.实装每个场景的音乐,并安置好切歌功能

2.修复问题
(1.修复对话时能操作的问题
(2.修复开幕演出结束前玩家能够操作的问题
下班
(3.伊斯兰前置关掉怪太少了
(4.修复一边看板子一边走路会听不下来的问题
(5.调整了各怪物的攻击力和血量等信息
(6.调整各关卡图层,防止出现覆盖问题
(7.村右边空气墙忘加光滑材质
(8.敲钟音效太小声
(9.调整以撒粒子图层
(10.修改以撒Stage的转移点位置

*.不出意外的话,这就是最后的提交了
*.感慨万千,感慨万千
2021-12-28 17:08:26 +08:00
..

Playmaker
============
Playmaker is a Finite State Machine plugin for Unity that allows developers to create games using a visual scripting methodology that does away with writing code in a manner similar to Fungus.
The FSM allows the creation of various states and events for a given object that allows for the wuick and easy creation of object behaviours and AI for NPCs and enemies.
By combining the Playmaker FSM with Fungus' ability to create engaging, character driven story based games, it is hoped that developers will be able to create games that combine the best features of both.

Installation
============

1. Download and install the Playmaker runtime unitypackage in your Unity project
http://sites.fastspring.com/hutonggames/product/playmaker
https://www.assetstore.unity3d.com/en/#!/content/368

2. Install the Fungus-PlayMaker.unitypackage in your Unity project. This file is located in the same folder as this text file.

3. Open the Fungus-PlayMaker/Scenes/Fungus Playmaker Example Scene for an example of how to use the Spine commands

Usage
============

To write Playmaker variable values to Fungus Variables, use the Action Browser > ScriptControl > Write To Fungus command.
To execute a block in a Fungus flowchart from , use the Action Browser > ScriptControl > Playmaker Execute Block command.
To trigger a global state transition in Playmaker from Fungus, use the Playmaker > Global State Transition command.
To read Fungus variable values into Playmaker Variables, use the Action Browser > ScriptControl > Receive Fungus Variable command.
To write Fungus variable values from the inspector into Playmaker global variables, use the Playmaker > Write To Playmaker command.