取消wxgame依赖,去除debugRender与camera依赖

This commit is contained in:
yhh
2020-11-23 18:10:45 +08:00
parent 5845128479
commit e67f568069
13 changed files with 4 additions and 4149 deletions

View File

@@ -74,9 +74,6 @@ module es {
}
}
public debugRender(camera: Camera) {
}
public toString() {
return `[BoxCollider: bounds: ${this.bounds}]`;
}

View File

@@ -36,10 +36,6 @@ module es {
return this;
}
public debugRender(camera: Camera) {
}
public toString() {
return `[CircleCollider: bounds: ${this.bounds}, radius: ${(this.shape as Circle).radius}]`
}