From 015cf97eb566ec42776c0c95bc49fcd0be3d3ee6 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期六, 13 四月 2019 17:53:11 +0800
Subject: [PATCH] 382 前端掉落; 特殊BOSSAI

---
 Core/MapEditor/Editor/MapEditor.cs |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/Core/MapEditor/Editor/MapEditor.cs b/Core/MapEditor/Editor/MapEditor.cs
index 965aa2b..88f21d3 100644
--- a/Core/MapEditor/Editor/MapEditor.cs
+++ b/Core/MapEditor/Editor/MapEditor.cs
@@ -74,7 +74,17 @@
         {
             if (GUILayout.Button("娴嬭瘯"))
             {
-                ClientSceneManager.Instance.TriggerTest(8);
+                // Debug.Log("1 & 2 = " + (1 & 2));
+                var _center = Vector3.zero;
+                int _count = 18;
+                int _dropCount = 0;
+                while (_dropCount < _count)
+                {
+                    var _cube = GameObject.CreatePrimitive(PrimitiveType.Cube);
+
+                    _dropCount += 1;
+                }
+
             }
             if (gUISkin == null)
             {

--
Gitblit v1.8.0