fixed overlap chec

This commit is contained in:
0x81c 2015-03-16 08:47:08 -04:00
parent df7dd1b1f3
commit cd2e0d862a
4 changed files with 44 additions and 11 deletions

View file

@ -6,7 +6,6 @@ function Box:initialize(x, y, color)
Entity.initialize(self, {
x = x,
y = y,
name = "box",
sizeX = 1,
sizeY = 1,
color = color,