From 4ce810bdcd7f0180fc77e9c70240d40e7ea5697d Mon Sep 17 00:00:00 2001 From: yhh <359807859@qq.com> Date: Mon, 14 Sep 2020 17:59:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Ddemo=20=E7=A9=BA=E6=A0=BC?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=97=A0=E6=B3=95=E8=BF=90=E8=A1=8C=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/manifest.json | 21 +++++++++++++------ .../AnimatedTilesScene.ts | 0 .../{Empty Scene => EmptyScene}/BasicScene.ts | 0 .../CameraBounds.ts | 0 .../FireballProjectileController.ts | 0 .../Ninja.ts | 0 .../NinjaAdventureScene.ts | 0 .../ProjectileHitDetector.ts | 0 8 files changed, 15 insertions(+), 6 deletions(-) rename demo/src/Scenes/{Animated Tiles => AnimatedTiles}/AnimatedTilesScene.ts (100%) rename demo/src/Scenes/{Empty Scene => EmptyScene}/BasicScene.ts (100%) rename demo/src/Scenes/{Ninja Adventure => NinjaAdventure}/CameraBounds.ts (100%) rename demo/src/Scenes/{Ninja Adventure => NinjaAdventure}/FireballProjectileController.ts (100%) rename demo/src/Scenes/{Ninja Adventure => NinjaAdventure}/Ninja.ts (100%) rename demo/src/Scenes/{Ninja Adventure => NinjaAdventure}/NinjaAdventureScene.ts (100%) rename demo/src/Scenes/{Ninja Adventure => NinjaAdventure}/ProjectileHitDetector.ts (100%) diff --git a/demo/manifest.json b/demo/manifest.json index 65c06f4a..f1a504c6 100644 --- a/demo/manifest.json +++ b/demo/manifest.json @@ -14,22 +14,31 @@ "game": [ "bin-debug/Fgui/common/commonBinder.js", "bin-debug/UI/mvc/BaseView.js", + "bin-debug/SampleHelpers/SampleScene.js", + "bin-debug/Scenes/NinjaAdventure/ProjectileHitDetector.js", "bin-debug/UI/loading/LoadingView.js", - "bin-debug/UI/PopManager.js", - "bin-debug/AssetAdapter.js", - "bin-debug/Fgui/common/UI_com_tips.js", + "bin-debug/Scenes/NinjaAdventure/CameraBounds.js", "bin-debug/Fgui/loading/loadingBinder.js", "bin-debug/Fgui/loading/UI_View_loading.js", "bin-debug/Fgui/sc/scBinder.js", "bin-debug/Fgui/sc/UI_btn_sc.js", "bin-debug/Fgui/sc/UI_combo_sc_popup.js", "bin-debug/Fgui/sc/UI_View_sc.js", - "bin-debug/SampleHelpers/SampleScene.js", + "bin-debug/Platform.js", + "bin-debug/Scenes/AnimatedTiles/AnimatedTilesScene.js", + "bin-debug/Scenes/EmptyScene/BasicScene.js", + "bin-debug/Scenes/LineCasting/LineCaster.js", + "bin-debug/Scenes/LineCasting/LineCastingScene.js", "bin-debug/Main.js", + "bin-debug/Scenes/NinjaAdventure/FireballProjectileController.js", + "bin-debug/Scenes/NinjaAdventure/Ninja.js", + "bin-debug/Scenes/NinjaAdventure/NinjaAdventureScene.js", + "bin-debug/ThemeAdapter.js", + "bin-debug/UI/PopManager.js", "bin-debug/UI/loading/LoadingControl.js", "bin-debug/UI/loading/LoadingEvents.js", - "bin-debug/Platform.js", - "bin-debug/ThemeAdapter.js", + "bin-debug/AssetAdapter.js", + "bin-debug/Fgui/common/UI_com_tips.js", "bin-debug/UI/mvc/EventManager.js", "bin-debug/UI/mvc/Extension.js", "bin-debug/UI/mvc/FguiUtils.js", diff --git a/demo/src/Scenes/Animated Tiles/AnimatedTilesScene.ts b/demo/src/Scenes/AnimatedTiles/AnimatedTilesScene.ts similarity index 100% rename from demo/src/Scenes/Animated Tiles/AnimatedTilesScene.ts rename to demo/src/Scenes/AnimatedTiles/AnimatedTilesScene.ts diff --git a/demo/src/Scenes/Empty Scene/BasicScene.ts b/demo/src/Scenes/EmptyScene/BasicScene.ts similarity index 100% rename from demo/src/Scenes/Empty Scene/BasicScene.ts rename to demo/src/Scenes/EmptyScene/BasicScene.ts diff --git a/demo/src/Scenes/Ninja Adventure/CameraBounds.ts b/demo/src/Scenes/NinjaAdventure/CameraBounds.ts similarity index 100% rename from demo/src/Scenes/Ninja Adventure/CameraBounds.ts rename to demo/src/Scenes/NinjaAdventure/CameraBounds.ts diff --git a/demo/src/Scenes/Ninja Adventure/FireballProjectileController.ts b/demo/src/Scenes/NinjaAdventure/FireballProjectileController.ts similarity index 100% rename from demo/src/Scenes/Ninja Adventure/FireballProjectileController.ts rename to demo/src/Scenes/NinjaAdventure/FireballProjectileController.ts diff --git a/demo/src/Scenes/Ninja Adventure/Ninja.ts b/demo/src/Scenes/NinjaAdventure/Ninja.ts similarity index 100% rename from demo/src/Scenes/Ninja Adventure/Ninja.ts rename to demo/src/Scenes/NinjaAdventure/Ninja.ts diff --git a/demo/src/Scenes/Ninja Adventure/NinjaAdventureScene.ts b/demo/src/Scenes/NinjaAdventure/NinjaAdventureScene.ts similarity index 100% rename from demo/src/Scenes/Ninja Adventure/NinjaAdventureScene.ts rename to demo/src/Scenes/NinjaAdventure/NinjaAdventureScene.ts diff --git a/demo/src/Scenes/Ninja Adventure/ProjectileHitDetector.ts b/demo/src/Scenes/NinjaAdventure/ProjectileHitDetector.ts similarity index 100% rename from demo/src/Scenes/Ninja Adventure/ProjectileHitDetector.ts rename to demo/src/Scenes/NinjaAdventure/ProjectileHitDetector.ts