1. 修正了相机在变焦时不能保持在目标中心的问题
2. 增加检查,以确保碰撞器被触发时enabled也开启
This commit is contained in:
3
source/bin/framework.d.ts
vendored
3
source/bin/framework.d.ts
vendored
@@ -1301,6 +1301,9 @@ declare class Vector2Ext {
|
||||
static transform(sourceArray: Vector2[], matrix: Matrix2D, destinationArray: Vector2[]): void;
|
||||
static round(vec: Vector2): Vector2;
|
||||
}
|
||||
declare class WebGLUtils {
|
||||
static getContext(): CanvasRenderingContext2D;
|
||||
}
|
||||
declare class Layout {
|
||||
clientArea: Rectangle;
|
||||
safeArea: Rectangle;
|
||||
|
||||
Reference in New Issue
Block a user