mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
remove debug
This commit is contained in:
parent
901044fc53
commit
67632fa589
1 changed files with 0 additions and 2 deletions
|
@ -304,8 +304,6 @@ function makePlatform(gravity, scale, size) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function entityCollisionWithEntity(entity1, entity2, collision) {
|
function entityCollisionWithEntity(entity1, entity2, collision) {
|
||||||
cTime = new Date().getTime();
|
|
||||||
//print("Collision at " + cTime);
|
|
||||||
if (((entity1.id == bulletID.id) || (entity1.id == targetID.id)) &&
|
if (((entity1.id == bulletID.id) || (entity1.id == targetID.id)) &&
|
||||||
((entity2.id == bulletID.id) || (entity2.id == targetID.id))) {
|
((entity2.id == bulletID.id) || (entity2.id == targetID.id))) {
|
||||||
score++;
|
score++;
|
||||||
|
|
Loading…
Reference in a new issue