fixed overlap chec
This commit is contained in:
parent
df7dd1b1f3
commit
cd2e0d862a
4 changed files with 44 additions and 11 deletions
1
box.lua
1
box.lua
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue