Commit c80641de authored by 李维's avatar 李维

Bug fix

parent 976da4cd
This diff is collapsed.
......@@ -68,7 +68,7 @@ export class PlayComponent implements OnInit, OnDestroy {
// ------------ 全局数据 ------------
g_stage; //中心舞台
g_background_color = "#rgb(0,0,0,0)"
g_background_color = "#rgb(255, 255, 255, 255)"
g_enableMapDown = true; // 触摸使能
g_enableMapUp = true; // 抬起使能
g_enableMapMove = true; // 移动ss使能
......@@ -132,7 +132,7 @@ export class PlayComponent implements OnInit, OnDestroy {
// ------------ 调试变量 ------------
g_EnableStageRuler = true; // 使能舞台背景格尺
g_EnableStageRuler = false; // 使能舞台背景格尺
g_ForceChangeDefaultRole = false // 强制当前角色为默认角色
g_EnableTestSendEvent = false // 发送模拟Web数据
g_EnableLeftCornerTest= false // 测试左上角图标
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment