修复demo 空格项目无法运行问题

This commit is contained in:
yhh
2020-09-14 17:59:03 +08:00
parent 24a463b85b
commit 4ce810bdcd
8 changed files with 15 additions and 6 deletions

View File

@@ -14,22 +14,31 @@
"game": [ "game": [
"bin-debug/Fgui/common/commonBinder.js", "bin-debug/Fgui/common/commonBinder.js",
"bin-debug/UI/mvc/BaseView.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/loading/LoadingView.js",
"bin-debug/UI/PopManager.js", "bin-debug/Scenes/NinjaAdventure/CameraBounds.js",
"bin-debug/AssetAdapter.js",
"bin-debug/Fgui/common/UI_com_tips.js",
"bin-debug/Fgui/loading/loadingBinder.js", "bin-debug/Fgui/loading/loadingBinder.js",
"bin-debug/Fgui/loading/UI_View_loading.js", "bin-debug/Fgui/loading/UI_View_loading.js",
"bin-debug/Fgui/sc/scBinder.js", "bin-debug/Fgui/sc/scBinder.js",
"bin-debug/Fgui/sc/UI_btn_sc.js", "bin-debug/Fgui/sc/UI_btn_sc.js",
"bin-debug/Fgui/sc/UI_combo_sc_popup.js", "bin-debug/Fgui/sc/UI_combo_sc_popup.js",
"bin-debug/Fgui/sc/UI_View_sc.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/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/LoadingControl.js",
"bin-debug/UI/loading/LoadingEvents.js", "bin-debug/UI/loading/LoadingEvents.js",
"bin-debug/Platform.js", "bin-debug/AssetAdapter.js",
"bin-debug/ThemeAdapter.js", "bin-debug/Fgui/common/UI_com_tips.js",
"bin-debug/UI/mvc/EventManager.js", "bin-debug/UI/mvc/EventManager.js",
"bin-debug/UI/mvc/Extension.js", "bin-debug/UI/mvc/Extension.js",
"bin-debug/UI/mvc/FguiUtils.js", "bin-debug/UI/mvc/FguiUtils.js",