# File tile.rb, line 86
def
iTile
(
x
,
y
)
return
(
x
>=
@x1
and
x
<=
@x2
and
y
>=
@y1
and
y
<=
@y2
)
end