future 1 year ago
parent
commit
7e5fe1358c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/script/config.ts

+ 1 - 1
assets/script/config.ts

@@ -4,7 +4,7 @@ const { ccclass, property } = _decorator;
 
 export class config {
     static debug = false;
-    static is_zb = true; //是否是主播模式
+    static is_zb = false; //是否是主播模式
     static gameName = "神秘的笔记";
     static select_res_and_control_type = {
         RES_TYPE:0,