# Conflicts:
#	source/bin/framework.min.js
This commit is contained in:
YHH
2022-03-05 10:24:33 +08:00
5 changed files with 9 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ module es {
protected _isColliderRegistered;
/**
* 镖师碰撞器的绝对位置
* 表示碰撞器的绝对位置
*/
public get absolutePosition(): Vector2 {
return Vector2.add(this.entity.transform.position, this._localOffset);