# File tile.rb, line 47
    def setTile(x1,y1,x2,y2)
      @x1,@y1,@x2,@y2=x1,y1,x2,y2
    end