新增子模块与文件迁移

This commit is contained in:
yhh
2020-12-10 16:15:19 +08:00
parent c0450f21b6
commit 59c8d456cb
30 changed files with 3028 additions and 2726 deletions

View File

@@ -398,7 +398,7 @@ module es {
* 对精灵坐标进行四舍五入
*/
public roundPosition() {
this.position = this._position.round();
this.position = Vector2Ext.round(this._position);
}
public updateTransform() {