新增Debug辅助Insist

This commit is contained in:
yhh
2021-01-18 19:54:41 +08:00
parent eca9ba7b82
commit 3e182db019
13 changed files with 163 additions and 67 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ module es {
* 我们在这里存储了各种系统的默认颜色,如对撞机调试渲染、Debug.drawText等。
* 命名方式尽可能采用CLASS-THING,以明确它的使用位置
*/
export class Debug {
export class DebugDefault {
public static debugText: number = 0xffffff;
public static colliderBounds: number = 0xffffff * 0.3;