From 9a63a12e9f36934b13ea54a8f41d012459d06344 Mon Sep 17 00:00:00 2001 From: yhh <359807859@qq.com> Date: Mon, 29 Jul 2019 15:25:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A1=86=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CLEditor/Project Templates/CLEngine.Core.xml | 4 +- CLEditor/windows/DataBaseWindow.xaml | 24 ++-- CLEditor/windows/SettingsWindow.xaml.cs | 128 +++++++++++------- Engine/CLEngine.Core/CLEngine.Core.csproj | 2 + .../framework/FrameworkManager.cs | 27 ++++ .../CLEngine.Core/framework/IGlobalEvent.cs | 34 +++++ .../CLEngine.Core/framework/ItemEventArgs.cs | 24 ++++ Engine/CLEngine.Core/framework/ItemManager.cs | 46 +++---- Engine/CLEngine.Core/framework/ItemObject.cs | 59 +------- .../CLEngine.Core/framework/SkillManager.cs | 2 + .../CLEngine.Core/framework/StateManager.cs | 16 +-- Engine/CLEngine.Core/gameObjects/LuaObject.cs | 79 +++++++++-- 12 files changed, 279 insertions(+), 166 deletions(-) create mode 100644 Engine/CLEngine.Core/framework/IGlobalEvent.cs create mode 100644 Engine/CLEngine.Core/framework/ItemEventArgs.cs diff --git a/CLEditor/Project Templates/CLEngine.Core.xml b/CLEditor/Project Templates/CLEngine.Core.xml index bdb31d2..19d2749 100644 --- a/CLEditor/Project Templates/CLEngine.Core.xml +++ b/CLEditor/Project Templates/CLEngine.Core.xml @@ -325,14 +325,14 @@ 播放.mp3或.wav音频文件 - The relative path to the audio file + The relative path to the audio file Determine if the sound should loop 播放.mp3或.wav音频文件 - The relative path to the audio file + The relative path to the audio file diff --git a/CLEditor/windows/DataBaseWindow.xaml b/CLEditor/windows/DataBaseWindow.xaml index 24e8aba..68d4e08 100644 --- a/CLEditor/windows/DataBaseWindow.xaml +++ b/CLEditor/windows/DataBaseWindow.xaml @@ -49,8 +49,8 @@ -