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